Skip to content

Commit

Permalink
fix copy-mistake in test
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Sep 26, 2024
1 parent 4be873e commit 7dcb3f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lattices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ using Test
@test flat conventionalize(flat′, cntr)
end

# convert-to-integer bug found by Ali
# convert-to-integer bug found by Ali (conversion to integer-vectors bugged for
# ntuple(_->i, Val(3)) with i > 1)
sgnum = 146
flat = levelsetlattice(sgnum, Val(3), ntuple(_->2, Val(3)))
@test primitivize(flat, centering(sgnum)) isa UnityFourierLattice{3} # = doesn't throw
end

0 comments on commit 7dcb3f9

Please sign in to comment.