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
mdpow.restart.start() raises a JournalSequenceError if there is any incomplete stage, even if the stage that you are trying to start is the incomplete one:
JournalSequenceError: Cannot start stage MD_NPT because previously started stage MD_NPT has not been completed.
I think the check should pass if stage == self.current, as well.
The text was updated successfully, but these errors were encountered:
- fixBecksteinlab#272
- JournalSequenceError was raised if there was any incomplete stage, even if the stage that you are trying to start is the incomplete one
- add tests for mdpow.restart
- clarified docs for Journal and Journalled
mdpow.restart.start()
raises aJournalSequenceError
if there is any incomplete stage, even if the stage that you are trying to start is the incomplete one:I think the check should pass if
stage == self.current
, as well.The text was updated successfully, but these errors were encountered: