Skip to content

Commit

Permalink
fix/remove leftover debugging in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Oct 25, 2020
1 parent 8b9e77a commit 18ac035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fusiontrees.jl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ ti = time()

d = @constinferred TensorKit.permute(f1, f2, p1, p2)
@test dim(incoming) sum(abs2(coef)*dim(f1.coupled) for ((f1,f2), coef) in d)
@test norm(values(d)) 1
d2 = Dict{typeof((f1,f2)), valtype(d)}()
for ((f1′,f2′), coeff) in d
d′ = TensorKit.permute(f1′,f2′, ip1, ip2)
Expand Down

2 comments on commit 18ac035

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 18ac035 Oct 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/23657

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.1 -m "<description of version>" 18ac035be01b5267f4b6c625b4ee28346f4fe0af
git push origin v0.8.1

Please sign in to comment.