We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61562ef commit 8a5a3d7Copy full SHA for 8a5a3d7
NDTensors/test/arraytensor/runtests.jl
@@ -1,8 +1,8 @@
1
@eval module $(gensym())
2
- using Test: @testset
3
- @testset "Tensor wrapping AbstractArrays $(f)" for f in [
4
- "array.jl", "blocksparsearray.jl", "diagonalarray.jl"
5
- ]
6
- include(f)
7
- end
+using Test: @testset
+@testset "Tensor wrapping AbstractArrays $(f)" for f in [
+ "array.jl", "blocksparsearray.jl", "diagonalarray.jl"
+]
+ include(f)
+end
8
end
0 commit comments