Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 27, 2024
1 parent 50b997a commit 0969f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.10'
- 'pre'
- 'lts'
- '1'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 0 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test", "BandedMatrices", "BlockArrays", "Statistics", "SparseArrays", "Base64", "DSP"]

[weakdeps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
6 changes: 1 addition & 5 deletions src/infrange.jl
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,4 @@ end
# bounds-checking
function Base.checkindex(::Type{Bool}, inds::NTuple{N, AbstractInfUnitRange}, i::AbstractRange{CartesianIndex{N}}) where {N}
isempty(i) | checkindex(Bool, inds, first(i))
end


LinearAlgebra._cut_B(x::AbstractVector, ::InfUnitRange) = x
LinearAlgebra._cut_B(X::AbstractMatrix, ::InfUnitRange) = X
end

0 comments on commit 0969f80

Please # to comment.