Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Oct 9, 2024
1 parent df7d35d commit b3df658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_PISCES.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function test_PISCES_negativity_protection(arch)
@test on_architecture(CPU(), interior(model.tracers.Fe, 1, 1, 1))[1] == 0
@test on_architecture(CPU(), interior(model.tracers.Z, 1, 1, 1))[1] 900
end

#=
@testset "PISCES" begin
if architecture isa CPU
test_PISCES_conservation()
Expand All @@ -178,4 +178,4 @@ end
test_PISCES_negativity_protection(architecture)
#test_PISCES_setup(grid) # maybe should test everything works with all the different bits???
end
end=#

0 comments on commit b3df658

Please sign in to comment.