Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Sep 13, 2023
1 parent f227d30 commit 2249735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shared_utilities/implicit_timestepping/richards_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ include(joinpath(pkgdir(ClimaLSM), "parameters", "create_parameters.jl"))
# we want to test that it is updated correctly in
# the jacobian correctly.
W = RichardsTridiagonalW(Y)
Wfact! = make_tendency_jacobian(soil)
Wfact! = make_update_jacobian(soil)
dtγ = FT(1.0)
Wfact!(W, Y, p, dtγ, FT(0.0))

Expand Down Expand Up @@ -158,7 +158,7 @@ end
# we want to test that it is updated correctly in
# the jacobian correctly.
W = RichardsTridiagonalW(Y)
Wfact! = make_tendency_jacobian(soil)
Wfact! = make_update_jacobian(soil)
dtγ = FT(1.0)
Wfact!(W, Y, p, dtγ, FT(0.0))

Expand Down

0 comments on commit 2249735

Please sign in to comment.