Skip to content

Commit

Permalink
Merge #2171
Browse files Browse the repository at this point in the history
2171: don't do jet_failures in interactive mode r=charleskawczynski a=trontrytel

Would that be OK?


Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
  • Loading branch information
bors[bot] and trontrytel authored Sep 29, 2023
2 parents 8713fac + 842c6de commit c01bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hybrid/driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import OrderedCollections
using ClimaCoreTempestRemap
using ClimaCorePlots, Plots
using ClimaCoreMakie, CairoMakie
if config.comms_ctx isa ClimaComms.SingletonCommsContext
if config.comms_ctx isa ClimaComms.SingletonCommsContext && !isinteractive()
include(joinpath(pkgdir(CA), "perf", "jet_report_nfailures.jl"))
end
include(joinpath(pkgdir(CA), "post_processing", "contours_and_profiles.jl"))
Expand Down

0 comments on commit c01bfa5

Please sign in to comment.