SciML / SciMLBase.jl

The Base interface of the SciML ecosystem
https://docs.sciml.ai/SciMLBase/stable
MIT License
118 stars 91 forks source link

print maxeig as a float #695

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

This was likely just a copy paste bug. Since it's an estimate, and the main thing we care about is whether it's .5 or 1e20 it's very silly to print this value as an int.