Skip to content

Commit 0969f80

Browse files
committed
Fixes
1 parent 50b997a commit 0969f80

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
version:
39-
- '1.10'
40-
- 'pre'
39+
- 'lts'
40+
- '1'
4141
os:
4242
- ubuntu-latest
4343
- macOS-latest

Project.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4545

4646
[targets]
4747
test = ["Aqua", "Test", "BandedMatrices", "BlockArrays", "Statistics", "SparseArrays", "Base64", "DSP"]
48-
49-
[weakdeps]
50-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
51-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

src/infrange.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,4 @@ end
618618
# bounds-checking
619619
function Base.checkindex(::Type{Bool}, inds::NTuple{N, AbstractInfUnitRange}, i::AbstractRange{CartesianIndex{N}}) where {N}
620620
isempty(i) | checkindex(Bool, inds, first(i))
621-
end
622-
623-
624-
LinearAlgebra._cut_B(x::AbstractVector, ::InfUnitRange) = x
625-
LinearAlgebra._cut_B(X::AbstractMatrix, ::InfUnitRange) = X
621+
end

0 commit comments

Comments
 (0)