#3984: Sage 3.1.2.alpha1 - Linux Itanium - segfaults in chmm.pyx and hmm.pyx
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-4.0
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
Comment(by was):
On Solaris 3.4.1 x86 right now only two tiny doctests fail:
{{{
-bash-3.00$ sage -t *
sage -t "devel/sage-main/sage/stats/hmm/all.py"
[0.3 s]
sage -t "devel/sage-main/sage/stats/hmm/chmm.pyx"
**********************************************************************
File "/home/mabshoff/build-3.4.1.rc4/sage-3.4.1.rc4-fulvia-gcc-4.3.3/devel
/sage-main/sage/stats/hmm/chmm.pyx", line 592:
sage:
m.log_likelihood(finance.TimeSeries(100).randomize('normal',10,1))
Expected:
-5010.151947016132
Got:
-5010.1519470161311
**********************************************************************
1 items had failures:
1 of 13 in __main__.example_18
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/mabshoff/build-3.4.1.rc4/sage-3.4.1.rc4-fulvia-
gcc-4.3.3/tmp/.doctest_chmm.py
[5.8 s]
exit code: 1024
sage -t "devel/sage-main/sage/stats/hmm/hmm.pyx"
**********************************************************************
File "/home/mabshoff/build-3.4.1.rc4/sage-3.4.1.rc4-fulvia-gcc-4.3.3/devel
/sage-main/sage/stats/hmm/hmm.pyx", line 629:
sage: a.log_likelihood([0,0])
Expected:
-inf
Got:
-Infinity
**********************************************************************
1 items had failures:
1 of 12 in __main__.example_18
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/mabshoff/build-3.4.1.rc4/sage-3.4.1.rc4-fulvia-
gcc-4.3.3/tmp/.doctest_hmm.py
[7.3 s]
exit code: 1024
sage -t "devel/sage-main/sage/stats/hmm/misc.pxi"
[4.9 s]
----------------------------------------------------------------------
The following tests failed:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3984#comment:9>
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
-~----------~----~----~----~------~----~------~--~---