Changing pst.parameter_groups data? #499
wkitlasten
started this conversation in
General
Replies: 1 comment 3 replies
-
I think if you update the pargp names in parameter_data then call this method pyemu/pyemu/pst/pst_handler.py Line 1341 in add6dd4 Then mod the par group info (not creating new records) it should stick.. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to change some of my parameter group names in both parameter_data and parameter_groups:
While debugging
pst.parameter_data
andpst.parameter_groups
give the expected new names:But when I do
pst.write('new_file.pst', version=1)
I get the old parameter groups:How can I get these new parameter group names to "stick" when I write the file?
Beta Was this translation helpful? Give feedback.
All reactions