-
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
Importing InVals do not show up in cases #8
Comments
Thanks for reporting @MariovdBerg! I can confirm your code is good and this was a bug, and I just published a hotfix release to fix it. If you do a |
Please note that there will be no analytical input distribution plotted with it, since it was imported from file. You could probably add that in by modifying |
Plots are working! Thank you for the quick hotfix. I have no need for a distribution plot :) but I might try it anyway. |
Hi,
I'm trying to run an analysis on a set of input and output data (.csv-files). I'm probably overlooking something, but when I try to do a multi_plot the InVar somehow have no distribution. When checking the cases, I found that they had no InVars and only OutVars.
How do I properly load InVars if I don't want to run an actual simulation? I'm working in Jupyter Notebook, see snippet below.
I've attached the csv files I use:
test_invars.csv
test_outvars.csv
The plot I get is below. The invars exist because they can be plotted.
The text was updated successfully, but these errors were encountered: