Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpotomkin committed Jun 13, 2019
1 parent 47f9226 commit 413743e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_overapproximate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ for N in [Float64, Float32]
@test overapproximate(o_d_int_g) == overapproximate(d_int_g)
@test overapproximate(o_d_int_g_3) == overapproximate(d_int_g_3)
o_bd_d_int_g_comb = overapproximate(d_int_g_comb, BoxDirections)
@test overapproximate(o_d_int_g_comb) == overapproximate(o_bd_d_int_g_comb)
@test overapproximate(o_d_int_g_comb) overapproximate(o_bd_d_int_g_comb)
@test overapproximate(d_int_cpa, Hyperrectangle) == l_int_cpa
end

Expand Down

0 comments on commit 413743e

Please sign in to comment.