Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Mar 3, 2025
1 parent 44d8034 commit 0af263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_tolerances_solve_before_passed_to_fenics(rtol,atol):
my_model.species = [H]

my_model.sources = [F.ParticleSource(value=1e20, volume=my_vol, species=H)]
my_model.dt = F.Stepsize(0.05, milestones=[0.1, 0.2, 0.5, 1]) # s
my_model.settings.stepsize = F.Stepsize(0.05, milestones=[0.1, 0.2, 0.5, 1]) # s
my_model.initialise()

# RUN & TEST
Expand Down

0 comments on commit 0af263b

Please sign in to comment.