Skip to content

Commit a352a9f

Browse files
author
mforets
committed
update test
1 parent 0f035ae commit a352a9f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/src/lib/representations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ low(::Hyperrectangle{Float64})
135135

136136
```@docs
137137
Interval
138-
IA
139138
dim(::Interval)
140139
σ(::AbstractVector{Float64}, ::Interval{Float64, IntervalArithmetic.AbstractInterval{Float64}})
141140
center(::Interval)

test/unit_decompose.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ for N in [Float64, Float32] # TODO Rational{Int}
4040
d = decompose(b, set_type=HPolygon, ɛ=to_N(N, 1e-2))
4141
@test d.array[1] isa HPolygon && test_directions(d.array[1])
4242

43-
if N == Float64
4443
d = decompose(b, set_type=Interval, blocks=ones(Int, 6))
4544
@test d.array[1] isa Interval &&
4645
σ(N[1], d.array[1])[1] == one(N) && σ(N[-1], d.array[1])[1] == -one(N)
47-
end
4846

4947
# ===================
5048
# 1D/3D decomposition

0 commit comments

Comments
 (0)