Skip to content

Commit

Permalink
don't do jet_failures in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Sep 29, 2023
1 parent 35a503a commit 842c6de
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 842c6de

Please sign in to comment.