Skip to content

Commit 088185e

Browse files
committed
fix test
1 parent 8561871 commit 088185e

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
@@ -160,7 +160,7 @@ let
160160
bp = BifurcationProblem(fol, u0, par, bif_par)
161161
opts_br = ContinuationPar(p_min = -1.0,
162162
p_max = 1.0)
163-
bf = bifurcationdiagram(bp, PALC(), 2, opts_br).γ.specialpoint[1] 0.1
163+
bf = bifurcationdiagram(bp, PALC(), 2, opts_br)
164164

165165
@test bf.γ.specialpoint[1].param0.1 atol=1e-4 rtol=1e-4
166166

0 commit comments

Comments
 (0)