Skip to content

Commit

Permalink
CompatHelper: bump compat for Functors to 0.5, (keep existing compat)…
Browse files Browse the repository at this point in the history
… (#1568)
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent 08622b0 commit fa44b28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NDTensors = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7 changes: 4 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@eval module $(gensym())
using FillArrays: FillArrays, AbstractFill, Fill, Zeros
using NDTensors: NDTensors
using NDTensors.UnallocatedArrays
using NDTensors.UnallocatedArrays:
UnallocatedFill, UnallocatedZeros, allocate, alloctype, set_alloctype
using LinearAlgebra: norm
using Test: @test, @testset, @test_broken
using Test: @test, @test_broken, @testset

include(joinpath(pkgdir(NDTensors), "test", "NDTensorsTestUtils", "NDTensorsTestUtils.jl"))
using .NDTensorsTestUtils: devices_list
Expand Down Expand Up @@ -247,7 +248,7 @@ end
end

using FillArrays: Fill, Zeros
using NDTensors.UnallocatedArrays
using NDTensors.UnallocatedArrays: UnallocatedFill, UnallocatedZeros
using NDTensors.TypeParameterAccessors:
Position, default_type_parameter, nparameters, set_type_parameter, type_parameter
using Test: @test, @testset
Expand Down

0 comments on commit fa44b28

Please sign in to comment.