forked from williamstein/psage
-
Notifications
You must be signed in to change notification settings - Fork 8
A Library of Number Theory Code that depends on Sage (http://sagemath.org)
fredstro/psage
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the PSAGE library: http://code.google.com/p/purplesage/ The target audience of PSAGE is research mathematicians, with an emphasis on arithmetic geometry. PSAGE is closely related to Sage, but is aimed squarely at research mathematicians. BUILDING: To build in place just do: sage setup.py develop To force all modules to rebuild do: sage setup.py develop -ba UNIT TESTS: Install nose: sage -sh; easy_install nose Then from the root of the psage install: nosetests -v --processes=8 # run 8 tests in parallel DOCTESTS: Do this to run 8 tests in parallel: sage -tp 8 --force_lib psage/ A lot of doctests in certain parts of psage will fail. This is because various authors wrote doctests for code as if it were in Sage (or as if the file is pre-imported), but for the tests to pass in Sage one must explicitly import functions from psage. Fixing all this is something that needs to get done. In general, whenever you doctest in psage, do sage -t --force_lib i.e., use the force_lib option.
About
A Library of Number Theory Code that depends on Sage (http://sagemath.org)
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 85.4%
- C 12.0%
- C++ 2.5%
- Other 0.1%