Skip to content

Commit

Permalink
Close progress bar after simu runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Oct 18, 2024
1 parent 1ff95e9 commit 84aca0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions festim/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def run(self):
# Solve steady-state
self.solver.solve(self.u)
self.post_processing()
self.progress_bar.close()

def iterate(self):
"""Iterates the model for a given time step"""
Expand Down

1 comment on commit 84aca0e

@kaelyndunnell
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes issue #895

Please sign in to comment.