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
While working on PR #440, I noticed that some simulation properties are accessed within if statements in the legacy runner but are never set before (I've already added a comment):
elifnotconvergedandself.converged:
# UMN Warning: the following two iterations attributes of the Simulation object don't existself.iterations_remaining=self.iterations_max_requested-self.iterations_executedself.converged=False
Any reason for this? While running simple tardis setups (mostly tardis_example), the calculation never enters this segment of the if statement. Still, this should be resolved.... (more of these inconsistencies may be lurking around the simulation/base.py file)
The text was updated successfully, but these errors were encountered:
While working on PR #440, I noticed that some simulation properties are accessed within if statements in the legacy runner but are never set before (I've already added a comment):
Any reason for this? While running simple tardis setups (mostly tardis_example), the calculation never enters this segment of the if statement. Still, this should be resolved.... (more of these inconsistencies may be lurking around the simulation/base.py file)
The text was updated successfully, but these errors were encountered: