Skip to content

Commit

Permalink
Rename vertical to land in client.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Dec 19, 2024
1 parent 7a03e5e commit 6f9baa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/test/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ end
end

@testset "Reading and writing NaN values allowed" begin
msg =
(fn = "get_value", name = "vertical.soil.variables.vwc[1]", dest = fill(0.0, 50063))
msg = (fn = "get_value", name = "land.soil.variables.vwc[1]", dest = fill(0.0, 50063))
@test isnan(mean(request(msg)["value"]))
end

Expand Down

0 comments on commit 6f9baa3

Please sign in to comment.