Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
run lawrence_polytope test for cdd and normaliz
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Aug 19, 2020
1 parent d7e07af commit 539930e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6101,7 +6101,7 @@ def _test_lawrence(self, tester=None, **options):
tester.assertTrue(Q.is_combinatorially_isomorphic(R))
'''

if self.n_vertices() >= 12 or self.base_ring() not in (ZZ, QQ):
if self.n_vertices() >= 12 or (self.base_ring() not in (ZZ, QQ) and self.backend() == 'field'):
# Avoid very long tests.
return

Expand Down

0 comments on commit 539930e

Please sign in to comment.