Skip to content

Commit

Permalink
Update perf/jet_report_nfailures.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 authored Sep 25, 2023
1 parent 10bbca1 commit 6a933db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/jet_report_nfailures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ t = integrator.t;
Yₜ = similar(Y);
ref_Y = similar(Y);
#! format: off
#n["step!"] = @n_failures SciMLBase.step!(integrator);
n["step!"] = @n_failures SciMLBase.step!(integrator);
n["limited_tendency!"] = @n_failures CA.limited_tendency!(Yₜ, Y, p, t);
n["horizontal_advection_tendency!"] = @n_failures CA.horizontal_advection_tendency!(Yₜ, Y, p, t);
n["horizontal_tracer_advection_tendency!"] = @n_failures CA.horizontal_tracer_advection_tendency!(Yₜ, Y, p, t);
Expand Down

0 comments on commit 6a933db

Please sign in to comment.