-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use sage Feature rather than require_package
- Loading branch information
Showing
12 changed files
with
129 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
r""" | ||
Tests for optional packages used by veerer. | ||
""" | ||
|
||
from sage.features import PythonModule | ||
|
||
flatsurf_feature = PythonModule( | ||
"flatsurf", url="https://flatsurf.github.io/sage-flatsurf/#installation" | ||
) | ||
surface_dynamics_feature = PythonModule( | ||
"surface_dynamics", url="https://flatsurf.github.io/surface-dynamics/#installation" | ||
) | ||
flipper_feature = PythonModule( | ||
"veerer", url="https://flatsurf.github.io/veerer/installation.html" | ||
) | ||
curver_feature = PythonModule( | ||
"curver", url="https://curver.readthedocs.io/en/master/user/install.html" | ||
) | ||
pynormaliz_feature = PythonModule( | ||
"PyNormaliz", url="https://github.com/Normaliz/PyNormaliz" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.