Running the example from https://juliagni.github.io/GeometricIntegrators.jl/stable/integrators/
julia> using GeometricIntegrators
julia> ode = TestProblems.HarmonicOscillatorProblem.harmonic_oscillator_ode()
ERROR: UndefVarError: TestProblems not defined
Stacktrace:
[1] top-level scope at REPL[2]:1
Running the example from https://juliagni.github.io/GeometricIntegrators.jl/stable/integrators/