#9863: Error in sage/graphs/genus.pyx on ia64-Linux-suse
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: new
Priority: major | Milestone: sage-4.6
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by mpatel):
* What happens if you run the test manually, on the Sage command-line?
{{{
#!python
sage: import sage.graphs.genus
sage: G = graphs.CompleteGraph(100)
sage: G = Graph(G, implementation='c_graph', sparse=False)
sage: t = get_memory_usage()
sage: gb =
sage.graphs.genus.simple_connected_genus_backtracker(G._backend._cg)
sage: gb = None #indirect doctest
sage: get_memory_usage(t)
0.0
}}}
* Could this be a bug in `sage.misc.getusage.get_memory_usage`?
* Should we really test for equality?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9863#comment:1>
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.