Skip to content

Commit

Permalink
really fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jan 3, 2025
1 parent 4cef9cd commit f094eb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_mb_model_festim.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def test_mb_model(temp):
final_time=50,
folder=".",
)
mb_model.settings.stepsize.initial_value = 1

mb_model.initialise()
mb_model.run()
Expand Down Expand Up @@ -51,6 +52,7 @@ def test_mb_model(temp):
L=6e-3,
folder=".",
)
mb_model.settings.stepsize.initial_value = 1

mb_model.initialise()
mb_model.run()
Expand Down Expand Up @@ -79,6 +81,8 @@ def test_mb_model(temp):
folder=".",
)

mb_model.settings.stepsize.initial_value = 1

mb_model.initialise()
mb_model.run()

Expand Down

0 comments on commit f094eb5

Please sign in to comment.