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
@albeanth and I identified two places where the ARMI codebase does not support the new EOL time point being written to the database (added in PR 1090):
@albeanth and I identified two places where the ARMI codebase does not support the new
EOL
time point being written to the database (added in PR 1090):Database3.genTimeSteps()
:armi/armi/bookkeeping/db/database3.py
Line 612 in 8b5163a
Returns
(cycle, node)
, but if theEOL
is present in the DB, it just returns the last time node twice.Database3.load()
takes incycle
andnode
as integers, thus not allowing us to load an EOL timestep:armi/armi/bookkeeping/db/database3.py
Line 702 in 8b5163a
The text was updated successfully, but these errors were encountered: