SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
536 stars 205 forks source link

fix nfc typo #2248

Closed oscardssmith closed 3 months ago

oscardssmith commented 3 months ago

found by @tomaklutfu

tomaklutfu commented 3 months ago
┌ OrdinaryDiffEq
│  WARNING: method definition for evaluate_default_cache at /home/user/.julia/packages/OrdinaryDiffEq/tO8iY/src/dense/generic_dense.jl:495 declares type variable C but does not use it.
└  

It was from precompilation warning.