Skip to content

Commit

Permalink
nth fix to lattice-test
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Sep 26, 2024
1 parent 7dcb3f9 commit 4879cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lattices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ using Test
# 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
@test primitivize(flat, centering(sgnum)) isa typeof(flat) # = doesn't throw
end

0 comments on commit 4879cab

Please sign in to comment.