Skip to content

Commit

Permalink
Test Bautin bifurcation detection
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 11, 2018
1 parent 021e5b3 commit f626118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_bazykin_85.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ using Bifurcations.Examples: Bazykin85
hopf_prob = BifurcationProblem(point, sn_solver1)
hopf_solver2 = init(hopf_prob)
@test_nothrow solve!(hopf_solver2)

bpoints = special_points(hopf_solver2, Codim2.PointTypes.bautin)
@test length(bpoints) == 1
end
end

Expand Down

0 comments on commit f626118

Please sign in to comment.