Skip to content
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

Closed
Scottmar93 opened this issue Apr 15, 2020 · 3 comments · Fixed by #959
Closed

Add ability to print all parameter values to a csv file #958

Scottmar93 opened this issue Apr 15, 2020 · 3 comments · Fixed by #959
Assignees
Labels

Comments

@Scottmar93
Copy link
Contributor

Add a helper function to parameter values that allow them to be quickly printed to a csv file.

@Scottmar93 Scottmar93 self-assigned this Apr 15, 2020
@rtimms
Copy link
Contributor

rtimms commented Apr 15, 2020

see print_parameters.py

@Scottmar93
Copy link
Contributor Author

Scottmar93 commented Apr 15, 2020

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.

@rtimms
Copy link
Contributor

rtimms commented Apr 15, 2020

yeah I don’t think there was a reason for it not being a method. makes sense for it to be

valentinsulzer added a commit that referenced this issue May 18, 2020
#958 added export_csv to parameter values and relevant tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants