Ticket #3575 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[with patch; positive review] delete random crap from the bottom of complex_double.pyx

Reported by: was Owned by: cwitty
Priority: major Milestone: sage-3.0.4
Component: misc Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description


Attachments

sage-3575.patch Download (1.2 KB) - added by was 5 years ago.

Change History

Changed 5 years ago by was

comment:1 Changed 5 years ago by wjp

  • Summary changed from [with patch; needs review] delete random crap from the bottom of complex_double.pyx to [with patch; positive review] delete random crap from the bottom of complex_double.pyx

comment:2 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

In my merge tree somebody else already beat you to it and deleted the random crap:

mabshoff@sage:/scratch/mabshoff/release-cycle/sage-3.0.4.alpha2/devel/sage$ tail -n 10 sage/rings/complex_double.pyx
        True    
    """
    return _CDF   

from sage.misc.parser import Parser
cdef cdf_parser = Parser(float, float,  {"I" : _CDF.gen(), "i" : _CDF.gen()})



#####

Cheers,

Michael

Note: See TracTickets for help on using tickets.