Skip to content

Commit

Permalink
update state for new reduction_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Sep 13, 2023
1 parent 54a5782 commit 079b31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/run_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ end
model = Ribasim.run(toml_path)
@test model isa Ribasim.Model
@test successful_retcode(model)
@test model.integrator.sol.u[end] Float32[8.41143, 725.5068] skip = Sys.isapple()
@test model.integrator.sol.u[end] Float32[7.783636, 726.16394] skip = Sys.isapple()
# the highest level in the dynamic table is updated to 1.2 from the callback
@test model.integrator.p.tabulated_rating_curve.tables[end].t[end] == 1.2
end
Expand Down

0 comments on commit 079b31a

Please sign in to comment.