diff --git a/test/unit_LinearMap.jl b/test/unit_LinearMap.jl index 6de537cae1..88c8f54a54 100644 --- a/test/unit_LinearMap.jl +++ b/test/unit_LinearMap.jl @@ -101,8 +101,14 @@ for N in [Float64, Rational{Int}, Float32] @test ρ(d, lm1) ≈ ρ(d, p1) @test ρ(d, lm2) ≈ ρ(d, p2) end - - + end +end + +# tests that do not work with Float32 +for N in [Float64, Rational{Int}] + b = BallInf(N[0, 0], N(1)) + + if test_suite_polyhedra # concrete intersection with lazy linear map M = N[2 3; 1 2] L = M * b