Skip to content

Commit 21ace54

Browse files
committed
Test printing tweaks.
1 parent 3d33af4 commit 21ace54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/fallback.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
@testset "Fall back behavior" begin
33

4+
@show Float64, @__LINE__
45
function msd(x)
56
s = zero(eltype(x))
67
for i in eachindex(x)

test/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function contracttest2!(tiJaB_d_temp3, tiJaB_i, Wmnij)
4646
end
4747

4848
@testset "Tensors" begin
49-
@show @__LINE__, Float64
49+
@show Float64, @__LINE__
5050
LA, LIM = 31, 23;
5151
A = rand(LIM, LIM, LA, LA);
5252
B = rand(LIM, LIM, LIM, LIM);

0 commit comments

Comments
 (0)