Forced measurement object schema validation through ws.model()
#2457
Labels
bug
Something isn't working
ws.model()
#2457
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: