Skip to content

Commit 877cf03

Browse files
Update test/extensions/bifurcationkit.jl
1 parent 1e3618d commit 877cf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extensions/bifurcationkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let
3737
[1.0, 1.0],
3838
[-1.0, 1.0],
3939
(BifurcationKit.@optic _[1]);
40-
record_from_solution = (x, p) -> x[1])
40+
record_from_solution = (x, p; k...) -> x[1])
4141
bif_dia_BK = bifurcationdiagram(bprob_BK,
4242
PALC(),
4343
2,

0 commit comments

Comments
 (0)