You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which occasionally gives me jsonschema.exceptions.RefResolutionError (may be a glitch with the site and not necessarily a pyhf issue) and I expected I would be able to skip all validation with validate=False.
The text was updated successfully, but these errors were encountered:
I am unsure if this is a bug / feature / something else: as far as I can see, a
ws.model(validate=False)
call will triggerget_measurement()
pyhf/src/pyhf/workspace.py
Lines 428 to 431 in adddb07
pyhf/src/pyhf/workspace.py
Line 394 in adddb07
I noticed this while trying out
pyhf
on https://marimo.app/ with something likewhich occasionally gives me
jsonschema.exceptions.RefResolutionError
(may be a glitch with the site and not necessarily apyhf
issue) and I expected I would be able to skip all validation withvalidate=False
.The text was updated successfully, but these errors were encountered: