Skip to content

Commit

Permalink
Drop conv_direct! compat of Julia <1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jun 20, 2024
1 parent eab9bb1 commit 5f666dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ ReferenceTests = "324d217c-45ce-50fc-942e-d289b448e8cf"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
NNlib = "0.9.18" # contains NNlib PR #592, which solves #123
6 changes: 4 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ GROUP = get(ENV, "JULIA_SCT_TEST_GROUP", "Core")
@testset "Brusselator" begin
include("brusselator.jl")
end
@testset "Flux.jl" begin
include("flux.jl")
if pkgversion(NNlib) >= v"0.9.18" # contains NNlib PR #592
@testset "Flux.jl" begin
include("flux.jl")
end
end
end
end
Expand Down

0 comments on commit 5f666dd

Please sign in to comment.