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 1e3618d commit 877cf03Copy full SHA for 877cf03
test/extensions/bifurcationkit.jl
@@ -37,7 +37,7 @@ let
37
[1.0, 1.0],
38
[-1.0, 1.0],
39
(BifurcationKit.@optic _[1]);
40
- record_from_solution = (x, p) -> x[1])
+ record_from_solution = (x, p; k...) -> x[1])
41
bif_dia_BK = bifurcationdiagram(bprob_BK,
42
PALC(),
43
2,
0 commit comments