diff --git a/core/src/main.jl b/core/src/main.jl index 1d69172d7..f8b1ee004 100644 --- a/core/src/main.jl +++ b/core/src/main.jl @@ -52,7 +52,6 @@ function main(toml_path::AbstractString)::Cint # Indicate convergence bottlenecks if possible with the current algorithm if hasproperty(cache, :nlsolver) storage_error = @. abs(cache.nlsolver.cache.atmp.storage / u.storage) - @show storage_error perm = sortperm(storage_error; rev = true) println( "The following basins were identified as convergence bottlenecks (in descending order of severity):",