Skip to content

Commit

Permalink
temporary fix for saf
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Dec 11, 2024
1 parent f039da4 commit d215253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exposan/saf/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def screen_results():
except:
n += 1
status = False
if n >= 20:
raise RuntimeError(f'No suitable solution for `CrudeHeavyDis` within {n} simulation.')
# if n >= 20:
raise RuntimeError(f'No suitable solution for `CrudeHeavyDis` within {n} simulation.')
CrudeHeavyDis.add_specification(screen_results)
CrudeHeavyDis.run_after_specifications = True

Expand Down

0 comments on commit d215253

Please sign in to comment.