Skip to content

Commit 8d2e94f

Browse files
committed
typo
1 parent 7f01306 commit 8d2e94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fusiontrees.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ ti = time()
379379
f1 = rand(collect(fusiontrees(out, incoming, ntuple(n -> rand(Bool), N))))
380380
f2 = rand(collect(fusiontrees(out[randperm(N)], incoming, ntuple(n -> rand(Bool), N))))
381381

382-
@testset "Double fusion tree $Istr: repartioning" begin
382+
@testset "Double fusion tree $Istr: repartitioning" begin
383383
for n in 0:(2 * N)
384384
d = @constinferred TK.repartition(f1, f2, $n)
385385
@test dim(incoming)

test/multifusion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ end
367367
f1 = rand(collect(fusiontrees(out, incoming, ntuple(n -> rand(Bool), N))))
368368
f2 = rand(collect(fusiontrees(out2, incoming, ntuple(n -> rand(Bool), N))))
369369

370-
@testset "Double fusion tree $Istr: repartioning" begin
370+
@testset "Double fusion tree $Istr: repartitioning" begin
371371
for n in 0:(2 * N)
372372
d = @constinferred TK.repartition(f1, f2, $n)
373373
@test dim(incoming)

0 commit comments

Comments
 (0)