Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 11, 2024
1 parent c787767 commit 4efb30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/test/allocation_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,11 @@ end
model = Ribasim.run(toml_path)
(; u, p, t) = model.integrator
(; current_storage) = p.basin.current_properties
current_storage = current_storage[Float64[]]
du = get_du(model.integrator)
Ribasim.formulate_storages!(current_storage, du, u, p, t)

current_storage[Float64[]] Float32[
current_storage Float32[
1.0346e6,
1.0346e6,
1.0346e6,
Expand Down

0 comments on commit 4efb30d

Please sign in to comment.