-
Notifications
You must be signed in to change notification settings - Fork 6
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
Case invals are empty when using importInVars #9
Comments
Cases not being populated is definitely a bug, thanks! For sensitivity analysis however, it operates in percentile space for the input variables, and this information is not known when loading from file since that only loads values and the input distribution is not known. See: monaco/src/monaco/dvars_sensitivity.py Lines 170 to 175 in aeeebcd
For today if you know your input distributions (hopefully you do!), then you could manually set |
Aha, I didn't know it was operating in the percentile space. That might just solve it for me, I will test it (I do know the distributions!). To automatically do this from file, options I'm thinking of simply have a secondary file that contains the |
Hi @MariovdBerg, this should be working now with v0.12.0! Cases are populated properly now. And now when you import invars you can pass in a list of |
Hi Scott,
As a follow up on Issue #8, the imported InVars are not added to the cases. Running any sensitivity analysis results in nothing.
Kind regards,
Mario
The text was updated successfully, but these errors were encountered: