Skip to content

Commit

Permalink
warn -> info
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed May 5, 2023
1 parent 15f7f71 commit fd95561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnsembleKalmanInversions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function step_parameters(eki::EnsembleKalmanInversion, pseudo_stepping;
successes = findall(.!particle_failure)
some_failures = length(failures) > 0

some_failures && @warn string(length(failures), " particles failed. ",
some_failures && @info string(length(failures), " particles failed. ",
"Performing ensemble update with statistics from ",
length(successes), " successful particles.")

Expand Down

0 comments on commit fd95561

Please sign in to comment.