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
Describe the bug DeterministicIteratedMap does not seem to be getting exported properly. From the MWE, I get the following error:
ERROR: UndefVarError:`DeterministicIteratedMap` not defined
Stacktrace:
[1] top-level scope
@ Untitled-1:13
Minimal Working Example
using DynamicalSystems
functionf_rule(u, p, n)
x = u[1]
a = p[1]
fx =min(a*x^2+x, a*x^2-(2*a+1)*x+a+1)
return fx
end
u0 = [0.5]
p0 = [1]
f =DeterministicIteratedMap(f_rule, u0, p0)
Package versions
DynamicalSystems v2.3.2
Julia v1.10
The text was updated successfully, but these errors were encountered:
You reported DynamicalSystems v2.3.2 but latest stable version is 3.3.11. You're years behind in the version. When visiting the docs please look in the bottom left of the page to see the version
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
DeterministicIteratedMap
does not seem to be getting exported properly. From the MWE, I get the following error:Minimal Working Example
Package versions
DynamicalSystems v2.3.2
Julia v1.10
The text was updated successfully, but these errors were encountered: