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
variation override specified, but {VariationPath} not found in default path
warning message triggers for histogram inputs even when no overrides are used at the moment.
Example test that will currently fail for test__histo_path:
# no variation path anywhere, so no warningassert (
collector._histo_path(
"f.root:h1", "", {}, {}, {}, None
)
=="f.root:h1"
)
assert (
"variation override specified, but {VariationPath} not found in default path"notin [rec.messageforrecincaplog.records]
)
caplog.clear()
This needs to be fixed, presumably in templates.collector._histo_path.
The text was updated successfully, but these errors were encountered:
The
warning message triggers for histogram inputs even when no overrides are used at the moment.
Example test that will currently fail for
test__histo_path
:This needs to be fixed, presumably in
templates.collector._histo_path
.The text was updated successfully, but these errors were encountered: