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
It seems there's a bug somewhere with the namespaces/dependencies.
MWE:
ds = PredefinedDynamicalSystems.lorenz()
traj, =trajectory(ds,50000;Ttr=1000)
poincaresos(traj,(1,15.0)) #workspoincaresos(traj,[1,0,0,15.0]) #doesn't work
Last function call gives the following error: ERROR: UndefVarError: LinearAlgebra not defined
encountered when calling [1] interpolate_crossing(A::SVector{3, Float64}, B::SVector{3, Float64}, pc::PlaneCrossing{Vector{Float64}, 3, Float64})
It seems there's a bug somewhere with the namespaces/dependencies.
MWE:
Last function call gives the following error:
ERROR: UndefVarError: LinearAlgebra not defined
encountered when calling
[1] interpolate_crossing(A::SVector{3, Float64}, B::SVector{3, Float64}, pc::PlaneCrossing{Vector{Float64}, 3, Float64})
The weird thing is
both work.
Julia Version 1.9.2
andDynamicalSystemsBase v3.2.1
The text was updated successfully, but these errors were encountered: