File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ domain(intervals::Vector{I}) where {I<:Interval} = Intervals(intervals)
27
27
Base.length(itv::Intervals)
28
28
Return the sum of the length of each interval in `itv`.
29
29
"""
30
- Base. length (itv:: Intervals ) = sum (size, get_domain (itv); init= 0 )
30
+ Base. length (itv:: Intervals ) = sum (size, get_domain (itv); init = 0 )
31
31
32
32
"""
33
33
Base.rand(itv::Intervals)
Original file line number Diff line number Diff line change 2
2
# TODO : Fix the broken tests and remove the `broken = true` flag
3
3
Aqua. test_all (
4
4
ConstraintDomains;
5
- ambiguities= (broken= true ,),
6
- deps_compat= false ,
7
- piracies= (broken= false ,),
5
+ ambiguities = (broken = true ,),
6
+ deps_compat = false ,
7
+ piracies = (broken = false ,),
8
8
)
9
9
10
10
@testset " Ambiguities: ConstraintDomains" begin
16
16
end
17
17
18
18
@testset " Dependencies compatibility (no extras)" begin
19
- Aqua. test_deps_compat (
20
- ConstraintDomains;
21
- check_extras= false ,
22
- )
19
+ Aqua. test_deps_compat (ConstraintDomains; check_extras = false )
23
20
end
24
21
end
Original file line number Diff line number Diff line change 1
1
@testset " Code linting (JET.jl)" begin
2
- JET. test_package (ConstraintDomains; target_defined_modules= true )
2
+ JET. test_package (ConstraintDomains; target_defined_modules = true )
3
3
end
You can’t perform that action at this time.
0 commit comments