Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Aug 13, 2024
1 parent 9395b50 commit 90c387b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/test/run_models_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ end
@test allunique(Ribasim.tsaves(model))
precipitation = Ribasim.get_tmp(model.integrator.p.basin.vertical_flux, 0).precipitation
@test length(precipitation) == 4
@test model.integrator.sol.u[end] Float32[471.9218, 471.9199, 363.6981, 1427.962] skip =
Sys.isapple()
@test model.integrator.sol.u[end] Float32[472.06555, 472.06366, 367.23883, 1427.9957] abstol =
2.0 skip = Sys.isapple()
end

@testitem "Allocation example model" begin
Expand Down

0 comments on commit 90c387b

Please sign in to comment.