You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, ED2IN tags that aren't in the template ED2IN file can still be added by supplying them to the <ed2in_tags> tag in pecan.xml. The new tags are succesfully added to a list by modify_ed2in(), but write_ed2in() fails to add the new values here:
When there are new ED2IN tags, these vectors are of different lengths and the new vectors aren't added.
To Reproduce
Steps to reproduce the behavior:
Add an arbitrary <ed2in_tags> to pecan.xml, read in settings, run run.write.configs(settings), inspect ED2IN in run folder
Expected behavior
New tags should be added at the bottom of the ED2IN file.
The text was updated successfully, but these errors were encountered:
Bug Description
According to the documentation, ED2IN tags that aren't in the template ED2IN file can still be added by supplying them to the
<ed2in_tags>
tag in pecan.xml. The new tags are succesfully added to a list bymodify_ed2in()
, butwrite_ed2in()
fails to add the new values here:pecan/models/ed/R/write_ed2in.R
Line 30 in d293486
When there are new ED2IN tags, these vectors are of different lengths and the new vectors aren't added.
To Reproduce
Steps to reproduce the behavior:
Add an arbitrary
<ed2in_tags>
to pecan.xml, read in settings,run run.write.configs(settings)
, inspect ED2IN in run folderExpected behavior
New tags should be added at the bottom of the ED2IN file.
The text was updated successfully, but these errors were encountered: