Skip to content

Commit

Permalink
removed an unnecessary cleanup call
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Jul 25, 2023
1 parent c3b8579 commit d8490cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dymos/grid_refinement/refinement.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def _refine_iter(problem, refine_iteration_limit=0, refine_method='hp', case_pre
case_prefix = f'{_case_prefix}{refine_method}_0_'
failed = problem.run_driver(case_prefix=case_prefix if refine_iteration_limit > 0 else _case_prefix,
reset_iter_counts=reset_iter_counts)
problem.cleanup()

if refine_iteration_limit > 0:
out_file = 'grid_refinement.out'
Expand Down

0 comments on commit d8490cd

Please sign in to comment.