Skip to content

Commit

Permalink
show removed
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 17, 2024
1 parent 727c138 commit 6ecb8cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MadsSensitivityAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ function localsa(madsdata::AbstractDict; sinspace::Bool=true, keyword::AbstractS
madsinfo("Jacobian matrix plot saved in $filename")
filename = "$(rootname)_jacobian_series" * ext
Mads.plotseries(J ./ mscale, filename; names=plotlabels, xaxis=times, xtitle=xtitle, ytitle=ytitle, format=format, dpi=imagedpi)
@show filename
madsinfo("Jacobian matrix series plot saved in $filename")
end
if sum(bad_params) == 0
Expand Down

0 comments on commit 6ecb8cf

Please sign in to comment.