-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Add ability to print all parameter values to a csv file #958
Comments
see |
Ah, is there a reason for this not being a method of the ParameterValues class? I had just added a method to output all of the dimensional values in the current ParameterValues class but it is probably better to keep things in one place and modify this existing function so that you when you pass the parameter_values dict without a dict of symbols to evaluate, it automatically output the underlying dimensional parameters. |
yeah I don’t think there was a reason for it not being a method. makes sense for it to be |
#958 added export_csv to parameter values and relevant tests
Add a helper function to parameter values that allow them to be quickly printed to a csv file.
The text was updated successfully, but these errors were encountered: