Skip to content

Commit

Permalink
Drop Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Apr 1, 2024
1 parent a8fc22d commit 3566be3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using NNlib
@test connectivity(f, x) [1 0 0; 1 1 0; 0 0 1]

@test connectivity(identity, rand()) [1;;]
@test connectivity(x -> 1, 1) [0;;]
@test connectivity(Returns(1), 1) [0;;]
end
@testset "Dry-run" begin # dev tests used to find missing operators
x = rand(3, 3, 2, 1) # WHCN
Expand Down

0 comments on commit 3566be3

Please sign in to comment.