Skip to content

Commit

Permalink
Fix ClimaCore version for CommonGrids
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jan 8, 2025
1 parent 7d126e4 commit 078c0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/parameterized_tendencies/sponge/viscous_sponge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ClimaComms.@import_required_backends
import ClimaAtmos as CA
import ClimaCore
using ClimaCore: Spaces, Grids, Fields
if pkgversion(ClimaCore) v"0.14.18"
if pkgversion(ClimaCore) v"0.14.20"
using ClimaCore.CommonGrids
using Test

Expand Down
2 changes: 1 addition & 1 deletion test/unit_reproducibility_infra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ end
using ClimaComms
using ClimaCore: Spaces, Fields, Grids, InputOutput
using ClimaCore
if pkgversion(ClimaCore) v"0.14.18"
if pkgversion(ClimaCore) v"0.14.20"

using ClimaCore.CommonGrids
@testset "Reproducibility infrastructure: to_dict" begin
Expand Down

0 comments on commit 078c0b8

Please sign in to comment.