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
Hello! I'm using julia 1.11.0 the latest version. And I found a problem running the example programs in "examples" folder: ~\BifurcationKit\examples\brusselator.jl
according to the documents, @lens looks like a predefined parameter used for plot, why it should be defined manully?
julia> include("brusselator.jl")
ERROR: LoadError: UndefVarError: @lens not defined in Main
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ :0
[2] include(fname::String)
@ Main .\sysimg.jl:38
[3] top-level scope
@ REPL[16]:1
in expression starting at D:\BifurcationKit\examples\brusselator.jl:95
in expression starting at D:\BifurcationKit\examples\brusselator.jl:95
The text was updated successfully, but these errors were encountered:
Hello! I'm using julia 1.11.0 the latest version. And I found a problem running the example programs in "examples" folder:
~\BifurcationKit\examples\brusselator.jl
according to the documents,
@lens
looks like a predefined parameter used for plot, why it should be defined manully?The text was updated successfully, but these errors were encountered: