Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Oct 30, 2023
1 parent 1037e44 commit cbd25b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/standalone/Vegetation/canopy_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ end
radiation = radiation,
)
@test canopy.radiative_transfer.parameters.ϵ_canopy == FT(0.98)
@test canopy.energy.parameters.ac_canopy == FT(2.5e3)
@test canopy.energy.parameters.ac_canopy == FT(2.0e3)
Y, p, coords = ClimaLSM.initialize(canopy)
@test propertynames(p) == (:canopy,)
for component in ClimaLSM.Canopy.canopy_components(canopy)
Expand Down

0 comments on commit cbd25b9

Please sign in to comment.