Skip to content

Commit

Permalink
more debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingru923 committed Sep 12, 2024
1 parent 9126d85 commit 15b6cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration_test/hws_integration_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@testset "Results values" begin
@test basin.node_id == basin_bench.node_id
@test all(q -> abs(q) < 0.01, basin.level - basin_bench.level)
all(q -> (println(q); abs(q) > 0.01), basin.level - basin_bench.level)
map(q -> (println(q); abs(q) > 0.01), basin.level - basin_bench.level)
end

timed = @timed Ribasim.run(toml_path)
Expand Down

0 comments on commit 15b6cf9

Please sign in to comment.