Skip to content

Commit f9aeca5

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/lattice_polytope.py: Mark large example as # not tested
1 parent 0bd2a93 commit f9aeca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/lattice_polytope.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ def normal_form(self, algorithm="palp_native", permutation=False):
31383138
M( 12, -1, -9, -6, 6),
31393139
M( 12, -1, -6, -3, 3)
31403140
in 5-d lattice M
3141-
sage: P.normal_form(algorithm="palp_modified") # long time (22s) # needs sage.groups
3141+
sage: P.normal_form(algorithm="palp_modified") # not tested (22s; MemoryError on 32 bit), needs sage.groups
31423142
M( 6, 0, 0, 0, 0),
31433143
M( -6, 0, 0, 0, 0),
31443144
M( 0, 1, 0, 0, 0),

0 commit comments

Comments
 (0)