Skip to content

Commit

Permalink
src/sage/geometry/lattice_polytope.py: Mark large example as # not te…
Browse files Browse the repository at this point in the history
…sted
  • Loading branch information
mkoeppe committed Nov 27, 2023
1 parent 0bd2a93 commit f9aeca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/lattice_polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ def normal_form(self, algorithm="palp_native", permutation=False):
M( 12, -1, -9, -6, 6),
M( 12, -1, -6, -3, 3)
in 5-d lattice M
sage: P.normal_form(algorithm="palp_modified") # long time (22s) # needs sage.groups
sage: P.normal_form(algorithm="palp_modified") # not tested (22s; MemoryError on 32 bit), needs sage.groups
M( 6, 0, 0, 0, 0),
M( -6, 0, 0, 0, 0),
M( 0, 1, 0, 0, 0),
Expand Down

0 comments on commit f9aeca5

Please sign in to comment.