You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running sol = Earth4All.run_tltl_solution() does not produce the right result. There seems to be an issue with the initialisation.
retcode: InitialFailure
The following warnings appear:
┌ Warning: Independent variable t should be defined with @independent_variables t.
└ @ ModelingToolkit ~/.julia/packages/ModelingToolkit/eiNg3/src/utils.jl:119
┌ Warning: Initialization system is overdetermined. 50 equations for 3 unknowns. Initialization will default to using least squares.
└ @ ModelingToolkit ~/.julia/packages/ModelingToolkit/eiNg3/src/systems/diffeqs/abstractodesystem.jl:1291
┌ Warning: Potential Rank Deficient Matrix Detected. Attempting to solve using Pivoted QR Factorization.
└ @ NonlinearSolve ~/.julia/packages/NonlinearSolve/sBl1H/src/internal/linear_solve.jl:156
I was using the following versions:
Julia v1.11.1
DifferentialEquations v7.14.0
ModelingToolkit v9.49.0
The text was updated successfully, but these errors were encountered:
Running
sol = Earth4All.run_tltl_solution()
does not produce the right result. There seems to be an issue with the initialisation.retcode: InitialFailure
The following warnings appear:
I was using the following versions:
The text was updated successfully, but these errors were encountered: