Skip to content

Commit

Permalink
Merge pull request #2854 from CliMA/gb/ciplots
Browse files Browse the repository at this point in the history
Ensure that the CI plots are in the CI folder
  • Loading branch information
Sbozzolo authored Mar 28, 2024
2 parents d6f2aa6 + 29f0766 commit 5acb165
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/hybrid/driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ using Test
import Tar
import Base.Filesystem: rm
import OrderedCollections
using ClimaCoreTempestRemap
using ClimaCorePlots
using ClimaCoreMakie, CairoMakie
include(joinpath(pkgdir(CA), "post_processing", "ci_plots.jl"))

ref_job_id = config.parsed_args["reference_job_id"]
Expand Down Expand Up @@ -260,7 +257,7 @@ if ClimaComms.iamroot(config.comms_ctx)
paths = if isempty(readdir(nc_dir))
simulation.output_dir
else
[nc_dir, simulation.output_dir]
[simulation.output_dir, nc_dir]
end
make_plots(Val(Symbol(reference_job_id)), paths)
end
Expand Down

0 comments on commit 5acb165

Please sign in to comment.