Skip to content

Commit

Permalink
src/sage/geometry/integral_points.py: import more, for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 15, 2023
1 parent 118a408 commit 60e3509
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/sage/geometry/integral_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
loop_over_parallelotope_points,
simplex_points,
rectangular_box_points,
print_cache
print_cache,
Inequality_generic,
Inequality_int,
InequalityCollection,
)
except ImportError:
from .integral_points_generic_dense import (
Expand All @@ -14,5 +17,8 @@
loop_over_parallelotope_points,
simplex_points,
rectangular_box_points,
print_cache
print_cache,
Inequality_generic,
Inequality_int,
InequalityCollection,
)

0 comments on commit 60e3509

Please sign in to comment.