Skip to content

Commit

Permalink
Fix test_bazykin_85.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 29, 2018
1 parent ab49988 commit 2098504
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_bazykin_85.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ KNOWN_POINTS = Dict(
codim1_solver = init(prob)
solve!(codim1_solver)

resolved = resolved_points(codim1_solver)
if ϵ > 0.001
@test length(special_points(codim1_solver)) == 4
@test length(resolved) == 4
else
@test_broken length(special_points(codim1_solver)) == 4
@test_broken length(resolved) == 4
end

sn_point, = sort!(
Expand Down

0 comments on commit 2098504

Please sign in to comment.