-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UndefVarError: getTrajectory not define (when running tutorial) #59
Comments
strange. Did you try master? Also, note that the docs are automatically generated. |
No, I will attempt this. |
I tried on Master but didn't work. However, having the master file I could do a search for |
Sorry I did not see that this error would not be caught by automated docs. |
In this link, there is it seems you are on old docs |
I am running the tutorial, trying to figure out how to plot periodic orbits in ODE bifurcation diagrams.
I am trying the tutorial in: https://rveltz.github.io/BifurcationKit.jl/dev/tutorials/ode/tutorialsODE/#Neural-mass-equation-(Hopf-aBS) however, the section on "Branch of periodic orbits with Trapezoid method" gives an error:
I get this after copying (and running) all the code in the tutorial
Indeed, just trying to access the
getTrajectory
function:BK.getTrajectory
gives the error. I checked, and I have the latest version of BifurcationKit (
[0f109fa4] BifurcationKit v0.1.11
).The text was updated successfully, but these errors were encountered: