Skip to content

Commit

Permalink
termination
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Jul 18, 2023
1 parent 9bd5d57 commit c984011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LearningRateSchedulers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function calculate_timestep!(
push!(ekp.Δt, Δt)

if (sum_Δt < T) && (sum_Δt + Δt >= T)
@info "Termination condition of timestepping scheme `DataMisfitController` has been satisfied."
@info "Termination condition of timestepping scheme `DataMisfitController` will be exceeded during the next iteration."
end
nothing
end
Expand Down

0 comments on commit c984011

Please sign in to comment.