-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow data-less workspaces #566
Comments
Hi, adding some more detail to this, since I was writing it up to open an issue before finding this one. Workspaces without histograms specified in the <Data HistoName="" InputFile="" HistoPath=""/> Such workspaces are commonly used before unblinding an analysis. It is possible to fit the Asimov dataset with them, since all the required information for that is in the remaining histograms. The code tries to interpret the Minimal example here: One of the following two options might be good:
|
I just ran into this again and it took me a while to realize what the issue was and remember I had seen it before. The current error is very unintuitive. What do you think about adding a validation against Lines 278 to 280 in 2b168b7
not being |
Sure that's welcome, though I think we should keep this Issue open until we properly fix this for the next release. |
Description
some workspaces do not include data (think blinded workspaces) and instead just describe the pdf. These workspaces are still useful as they allow us to do expected limits etc..
Currently the validation requires data
The text was updated successfully, but these errors were encountered: