Skip to content

Commit

Permalink
Update test/extensions/bifurcationkit.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 12, 2024
1 parent d52828e commit 0437dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extensions/bifurcationkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
bprob_BK = BifurcationProblem(f_BK,
[1.0, 1.0],
[-1.0, 1.0],
(SetField.@lens _[1]);
(Setfield.@lens _[1]);
record_from_solution = (x, p) -> x[1])
bif_dia_BK = bifurcationdiagram(bprob_BK,
PALC(),
Expand Down

0 comments on commit 0437dd5

Please sign in to comment.