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
Currently, many things are repeated in different places in the code such that the code works for both cases. The Sandtable version is not yet committed to the code base.
As much code as possible should be shared between Sandtable and non-Sandtable versions. The two startscripts (Sandtable and non-Sandtable) should only do what is actually different. They both should do the following:
read the event schedule from files,
setup the simulation schedule,
call start.py for each simulation,
collect the results, and save them the new save data object.
The text was updated successfully, but these errors were encountered:
Currently, many things are repeated in different places in the code such that the code works for both cases. The Sandtable version is not yet committed to the code base.
As much code as possible should be shared between Sandtable and non-Sandtable versions. The two startscripts (Sandtable and non-Sandtable) should only do what is actually different. They both should do the following:
The text was updated successfully, but these errors were encountered: