Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 7, 2024
1 parent 0d69ae0 commit e22a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/bmi_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ end
config = Ribasim.Config(toml_path; allocation_use_allocation = false)
model = Ribasim.Model(config)
demand = BMI.get_value_ptr(model, "user_demand.demand")
inflow = BMI.get_value_ptr(model, "user_demand.inflow")
inflow = BMI.get_value_ptr(model, "user_demand.cumulative_inflow")
# One year in seconds
year = model.integrator.p.user_demand.demand_itp[2][1].t[2]
demand_start = 1e-3
Expand Down

0 comments on commit e22a24c

Please sign in to comment.