Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Aug 13, 2024
1 parent 8561871 commit 088185e
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 @@ -160,7 +160,7 @@ let
bp = BifurcationProblem(fol, u0, par, bif_par)
opts_br = ContinuationPar(p_min = -1.0,
p_max = 1.0)
bf = bifurcationdiagram(bp, PALC(), 2, opts_br).γ.specialpoint[1] 0.1
bf = bifurcationdiagram(bp, PALC(), 2, opts_br)

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

Expand Down

0 comments on commit 088185e

Please sign in to comment.