We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7740d6d + 12340b8 commit 0c57a2fCopy full SHA for 0c57a2f
docs/src/dev/compute_convergence.jl
@@ -266,7 +266,7 @@ function compute_convergence!(
266
callback = scb_cur_avg_sol_and_err,
267
)
268
if any(isnan, plot2_values)
269
- error("NaN found in plot2_values")
+ error("NaN found in plot2_values in problem $(test_name)")
270
end
271
out_dict[key1][key2]["plot2_values"] = plot2_values
272
0 commit comments