Skip to content

Commit

Permalink
fix obvious broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
StevellM committed Oct 31, 2024
1 parent af5b305 commit 5f77a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/QuadFormAndIsom/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ end
ok, sv = primitive_embeddings(rescale(E8, 2), rescale(k, QQ(1//2)); check=false)
@test !ok
@test is_empty(sv)
@test_throws ArgumentError primitive_embeddings(rescale(E8, -1), k; check=false)
@test isempty(primitive_embeddings(rescale(E8, -1), k; check=false)[2])

k = integer_lattice(; gram=matrix(QQ,1,1,[6]))
E7 = root_lattice(:E, 7)
Expand Down

0 comments on commit 5f77a8f

Please sign in to comment.