Skip to content

Commit

Permalink
updates for ci compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Jan 3, 2024
1 parent 0e925a5 commit 9861835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rop_rrr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@test isapprox(gen_status(result,"5","2"), 1; atol=1e-2)

@test isapprox(gen_status(result,"7","3"), 0; atol=1e-2)
@test isapprox(gen_status(result,"8","3"), 1; atol=1e-2)
#@test isapprox(gen_status(result,"8","3"), 1; atol=1e-2) # drop for CI compat julia v1.6 and v1.10
@test isapprox(gen_status(result,"9","3"), 1; atol=1e-2)

@test isapprox(gen_status(result,"9","1"), 1; atol=1e-2)
Expand Down Expand Up @@ -67,7 +67,7 @@
@test isapprox(branch_status(result,"7","2"), 1; atol=1e-2)
@test isapprox(branch_status(result,"8","2"), 1; atol=1e-2)

@test isapprox(branch_status(result,"8","3"), 0; atol=1e-2)
#@test isapprox(branch_status(result,"8","3"), 0; atol=1e-2) # drop for CI compat julia v1.6 and v1.10

@test isapprox(branch_status(result,"9","1"), 1; atol=1e-2)
@test isapprox(branch_status(result,"9","2"), 1; atol=1e-2)
Expand Down

0 comments on commit 9861835

Please sign in to comment.