#5093: [with patch, needs review] rewrite fast_float to support more datatypes
------------------------------+---------------------------------------------
Reporter: cwitty | Owner: cwitty
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-3.4.2
Component: basic arithmetic | Keywords:
------------------------------+---------------------------------------------
Comment(by ncalexan):
With the cleanup patch, I am finding the following doctest error:
{{{
-*- mode: sage-test; default-directory: "~/sage-3.4.rc0/devel/sage-
main/sage/ext/" -*-
sage-test started at Wed Mar 18 12:43:18
/Users/ncalexan/bin/sage -b >/dev/null && /Users/ncalexan/bin/sage -tp 4
/Users/ncalexan/sage-3.4.rc0/devel/sage-main/sage/ext/fast_callable.pyx
real 0m1.816s
user 0m1.313s
sys 0m0.493s
Global iterations: 1
File iterations: 1
Using cached timings.
Doctesting 1 files doing 4 jobs in parallel
sage -t fast_callable.pyx
**********************************************************************
File "/Users/ncalexan/sage-3.4.rc0/devel/sage-
main/sage/ext/fast_callable.pyx", line 1570:
sage: fc(-3)
Expected:
Traceback (most recent call last):
...
ValueError: math domain error
Got:
nan
**********************************************************************
1 items had failures:
1 of 90 in __main__.example_55
***Test Failed*** 1 failures.
For whitespace errors, see the file
/Users/ncalexan/sage-3.4.rc0/tmp/.doctest_fast_callable.py
[6.3 s]
----------------------------------------------------------------------
The following tests failed:
sage -t devel/sage-main/sage/ext/fast_callable.pyx # 1 doctests
failed
----------------------------------------------------------------------
Total time for all tests: 6.4 seconds
sage-test finished (all test passed) at Wed Mar 18 12:43:26
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5093#comment:24>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---