Skip to content

Commit

Permalink
change info to warning (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets authored Oct 23, 2019
1 parent f83c1b9 commit abaa2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReachSets/ContinuousPost/TMJets/reach.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function validated_integ(f!, qq0::AbstractVector{T}, δq0::IntervalBox{N,T},
end

if nsteps > maxsteps
info("Maximum number of integration steps reached; exiting.")
warn("Maximum number of integration steps $maxsteps reached; exiting. Try increasing `max_steps`.")
break
end

Expand Down

0 comments on commit abaa2f8

Please sign in to comment.