Skip to content

Conversation

@lassejsc
Copy link
Contributor

Changed the indexing of the outputted files such that adding a new call to the end of call list defined in testpackage_definitions/testpackage_plot...py will not screw up the indexing compared to previous testpackage runs such that they should still be comparable apart from one new unique file warning from the workflow.

instead of plot output indexing being based on the function used, i.e
plot_bla/BLA/00n_blablabla now it would be based on whether it was
restarting/nonrestarting/multipop, i.e the lists in
testpackage_definitions. So indexing inside a run could go like
plot_bla/BLA/00n_list1_blabla , plot_bla/BLA/00m_list2_blablabla etc.
Downside is that within a run we can have two plotfiles starting with
same numbering(not same string still) and the upside is that we can now
add calls to the end of the list without messing up the indexing for
everything.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant