#12337: chomp should have some optional tests.
--------------------------------+-------------------------------------------
Reporter: was | Owner: mvngu
Type: enhancement | Status: positive_review
Priority: minor | Milestone:
sage-duplicate/invalid/wontfix
Component: doctest | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Michael Orlitzky | Author:
Merged: | Dependencies:
--------------------------------+-------------------------------------------
Changes (by mjo):
* status: needs_review => positive_review
* reviewer: => Michael Orlitzky
* milestone: sage-5.0 => sage-duplicate/invalid/wontfix
Comment:
Yup, I found a bunch. From e.g. sage/homology/tests.py,
{{{
"""
Tests for chain complexes, simplicial complexes, etc.
These test whether CHomP gives the same answers as Sage's built-in
homology calculator.
TESTS::
sage: from sage.homology.tests import test_random_chain_complex
sage: test_random_chain_complex(trials=20) # optional - CHomP
sage: test_random_chain_complex(level=2, trials=20) # optional -
CHomP
sage: test_random_chain_complex(level=3, trials=20) # long time #
optional - CHomP
sage: from sage.homology.tests import test_random_simplicial_complex
sage: test_random_simplicial_complex(level=1, trials=20) # optional -
CHomP
sage: test_random_simplicial_complex(level=2, trials=20) # optional -
CHomP
sage: test_random_simplicial_complex(level=5/2, trials=10) # long
time # optional - CHomP
"""
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12337#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.