Skip to content

Commit

Permalink
Correct scripts (use recursively_set_attr to set attrs)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Jun 10, 2024
1 parent 26da0ab commit 21ede0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulations/scripts/run_non_adaptive_cyclod_5ns.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def main() -> None:
calc.wait()

# Analyse
calc.set_attr_values("_equilibrated", True)
calc.set_attr_values("_equil_time", 0)
calc.recursively_set_attr("_equilibrated", True)
calc.recursively_set_attr("_equil_time", 0)
calc.analyse()
calc.analyse_convergence()
results_df = calc.get_results_df()
Expand Down

0 comments on commit 21ede0f

Please sign in to comment.