Skip to content

Commit 8273520

Browse files
Update bifurcationkit.jl
1 parent e5e8d83 commit 8273520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/extensions/bifurcationkit.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using BifurcationKit, ModelingToolkit, Setfield, Test
1+
using BifurcationKit, ModelingToolkit, Test
22
using ModelingToolkit: t_nounits as t, D_nounits as D
33
# Simple pitchfork diagram, compares solution to native BifurcationKit, checks they are identical.
44
# Checks using `jac=false` option.
@@ -36,7 +36,7 @@ let
3636
bprob_BK = BifurcationProblem(f_BK,
3737
[1.0, 1.0],
3838
[-1.0, 1.0],
39-
(Setfield.@lens _[1]);
39+
(@lens _[1]);
4040
record_from_solution = (x, p) -> x[1])
4141
bif_dia_BK = bifurcationdiagram(bprob_BK,
4242
PALC(),

0 commit comments

Comments
 (0)