Skip to content

Commit

Permalink
rm PostProcessor module
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Oct 16, 2024
1 parent 2601bdc commit 4f4b471
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 227 deletions.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ interface_pages = [
"fieldexchanger.md",
"fluxcalculator.md",
"interfacer.md",
"postprocessor.md",
"regridder.md",
"timemanager.md",
"utilities.md",
Expand Down
19 changes: 0 additions & 19 deletions docs/src/postprocessor.md

This file was deleted.

1 change: 0 additions & 1 deletion experiments/ClimaEarth/user_io/plot_helper.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Plots
import ClimaCoupler: PostProcessor
import StaticArrays

"""
Expand Down
1 change: 0 additions & 1 deletion src/ClimaCoupler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ include("Regridder.jl")
include("ConservationChecker.jl")
include("FluxCalculator.jl")
include("FieldExchanger.jl")
include("PostProcessor.jl")
include("Checkpointer.jl")

end
164 changes: 0 additions & 164 deletions src/PostProcessor.jl

This file was deleted.

38 changes: 0 additions & 38 deletions test/postprocessor_tests.jl

This file was deleted.

3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ end
@safetestset "FluxCalculator tests" begin
include("flux_calculator_tests.jl")
end
gpu_broken || @safetestset "PostProcessor tests" begin
include("postprocessor_tests.jl")
end
@safetestset "Checkpointer tests" begin
include("checkpointer_tests.jl")
end
Expand Down

0 comments on commit 4f4b471

Please sign in to comment.