We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8273520 commit 1e3618dCopy full SHA for 1e3618d
test/extensions/bifurcationkit.jl
@@ -36,7 +36,7 @@ let
36
bprob_BK = BifurcationProblem(f_BK,
37
[1.0, 1.0],
38
[-1.0, 1.0],
39
- (@lens _[1]);
+ (BifurcationKit.@optic _[1]);
40
record_from_solution = (x, p) -> x[1])
41
bif_dia_BK = bifurcationdiagram(bprob_BK,
42
PALC(),
0 commit comments