From 7dcb3f962ae521ce76911cca7fdc8e100a7b7a94 Mon Sep 17 00:00:00 2001 From: Thomas Christensen Date: Thu, 26 Sep 2024 18:01:01 +0200 Subject: [PATCH] fix copy-mistake in test --- test/lattices.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/lattices.jl b/test/lattices.jl index 051ec67f..185f46ad 100644 --- a/test/lattices.jl +++ b/test/lattices.jl @@ -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 \ No newline at end of file