Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Mar 26, 2024
1 parent 6ab85b3 commit 5cd7325
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions core/test/bmi_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ end
for name in [
"basin.storage",
"basin.level",
"basin.infiltration",
"basin.drainage",
"basin.infiltration_instantaneous",
"basin.drainage_instantaneous",
"basin.infiltration_integrated",
"basin.drainage_integrated",
"basin.subgrid_level",
"user_demand.demand",
"user_demand.realized",
Expand Down
2 changes: 1 addition & 1 deletion core/test/time_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@test isapprox(flow_1_to_2.flow_rate, flow_expected, rtol = 0.005)
end

@test "vertical_flux_means" begin
@testitem "vertical_flux_means" begin
using DataFrames: DataFrame

toml_path =
Expand Down
2 changes: 2 additions & 0 deletions core/test/utils_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ end
[2.0, 3.0],
[2.0, 3.0],
[2.0, 3.0],
[2.0, 3.0],
darea,
area,
level,
Expand Down Expand Up @@ -121,6 +122,7 @@ end
zeros(1),
zeros(1),
zeros(1),
zeros(1),
[area],
[level],
[storage],
Expand Down

0 comments on commit 5cd7325

Please sign in to comment.