#11080: move notebook to flask/wsgi-based notebook
--------------------------------------------------+-------------------------
Reporter: jason | Owner: jason,
mpatel, was
Type: enhancement | Status: needs_info
Priority: blocker | Milestone: sage-5.0
Component: notebook | Keywords: sd31
sd35.5
Work_issues: | Upstream: N/A
Reviewer: Rado Kirov, Dan Drake, Jason Grout | Author: Mike
Hansen, Rado Kirov, William Stein, Jason Grout
Merged: | Dependencies: #11078,
#11874, #12229, #11503, #12327
--------------------------------------------------+-------------------------
Comment(by kini):
Patching the sage-on-gentoo flask notebook is not the solution. Test
failures should not occur no matter what python modules, or indeed other
programs, the user has installed into Sage's directory.
But there's actually a new failure, on 5.0.beta4:
{{{
sage -t misc/sageinspect.py
**********************************************************************
File "/home/fs/src/sagenb/sagenb/misc/sageinspect.py", line 653:
sage: sage_getargspec(Poset)
Expected:
(['data', 'element_labels', 'cover_relations'], None, None, (None,
None, False))
Got:
(['data', 'element_labels', 'cover_relations', 'category', 'facade',
'key'], None, None, (None, None, False, None, None, None))
**********************************************************************
1 items had failures:
1 of 7 in __main__.example_16
***Test Failed*** 1 failures.
}}}
I presume this is caused by #10998.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:115>
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.