Have
Julia Version 1.9.2
Optimization v3.16.0
Two errors are present
│ ┌ Error: Error during loading of extension OptimizationSparseFinitediffExt of Optimization, use `Base.retry_load_extensions()` to retry.
and
│ ┌ Error: Error during loading of extension OptimizationSparseForwarddiffExt of Optimization, use `Base.retry_load_extensions()` to retry.
Then did
test Optimization
This resulted in many warnings of deprecated functions e.g.
┌ Warning: `ADAM` is deprecated, use `Adam` instead. │ caller = top-level scope at ADtests.jl:449 └ @ Core ~/.julia/packages/Optimization/HPEh3/test/ADtests.jl:449
As well as errors, the two above and this one:
DiffEqFlux: Test Failed at ~/.julia/packages/Optimization/HPEh3/test/diffeqfluxtests.jl:113
Expression: result_neuralode2.objective < 10
Evaluated: 10.487717f0 < 10
Then it stops testing.
Is this error expected?
Is it related to the precompile errors?