sagemath/sage

ConvexSet_base, Polyhedron_base: In _test methods, do not fail if some modules are unavailable

Closed this issue · 8 comments

(cherry-picked from #32432)

CC: @kliem

Component: refactoring

Author: Matthias Koeppe

Branch/Commit: 52ac1da

Reviewer: Jonathan Kliem

Issue created by migration from https://trac.sagemath.org/ticket/32628

New commits:

28dc817Polyhedron._test...: Avoid testing using unavailable functionality
52ac1daPolyhedron_base._test_gale_transform: Do not test is_combinatorially_isomorphic if sage.graphs.graphs not available

Author: Matthias Koeppe

Commit: 52ac1da

kliem commented

Reviewer: Jonathan Kliem

kliem commented
comment:3

LGTM.

comment:4

Thanks!