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 d52828e commit 0437dd5Copy full SHA for 0437dd5
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
- (SetField.@lens _[1]);
+ (Setfield.@lens _[1]);
40
record_from_solution = (x, p) -> x[1])
41
bif_dia_BK = bifurcationdiagram(bprob_BK,
42
PALC(),
0 commit comments