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
the help of rungeneric.py and rungenericmany.py etc. are very much overlapping
(as one calls the other in case). Is there a better way to organize this?
Original issue reported on code.google.com by [email protected] on 14 Jun 2014 at 11:42
The text was updated successfully, but these errors were encountered:
In the long run, rungeneric1.py, rungeneric2.py, and rungenericmany.py should be integrated into the rungeneric.py such that the problem with the overlapping help will be solved along this refactoring. This will also help to remove a lot of duplicated code for reading in and checking data.
With the changes from end of March in the development branch, the overlapping docstrings of rungenericmany.py, rungeneric1.py, and rungeneric.py are cleaned up now. The rungenericmany.py and rungeneric1.py are only called from within rungeneric.py and thus accessed via a single entry point from both the command line and from cocopp.main(...).
Original issue reported on code.google.com by
[email protected]
on 14 Jun 2014 at 11:42The text was updated successfully, but these errors were encountered: