Ticket #673 (new defect)

Opened 1 year ago

Last modified 9 months ago

[partially fixed?] Solaris 10: rings/complex_double.pyx doctests failure: inf vs. Infinity

Reported by: mabshoff Assigned to: failure
Priority: major Milestone: sage-3.4
Component: doctest Keywords: Solaris 10, doctest, real double
Cc:

Description

sage -t  rings/real_double.pyx                              **********************************************************************
File "real_double.pyx", line 952:
    sage: RDF(0).log()
Expected:
    -inf
Got:
    -Infinity
**********************************************************************
File "real_double.pyx", line 954:
    sage: RDF(-1).log()
Expected:
    nan
Got:
    -NaN
**********************************************************************

Change History

09/16/2007 06:24:19 PM changed by mabshoff

  • owner changed from was to failure.
  • component changed from packages to doctest.

04/14/2008 05:02:10 PM changed by mabshoff

  • summary changed from Solaris 10: rings/complex_double.pyx doctests failure: inf vs. Infinity to [partially fixed?] Solaris 10: rings/complex_double.pyx doctests failure: inf vs. Infinity.

Some of this might have been fixed by #848.

Cheers,

Michael