Skip to content

Commit

Permalink
Test Bautin point found in test_bautin.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 12, 2018
1 parent 6c13fc4 commit d436817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_bautin.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ solve!(hopf_solver)
codim2_points = resolved_points(hopf_solver)
@test length(codim2_points) == 1
@test codim2_points[1].point_type === Codim2.PointTypes.bautin
β_bautin = codim2_points[1].u[end-1:end]
@test all(@. abs(β_bautin) < 1e-6)

plt = plot(hopf_solver)
@test_nothrow nullshow(plt)
Expand Down

0 comments on commit d436817

Please sign in to comment.