First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 10 years ago

Rolandb gravatar image

TimeSeries & cython: why cimport yellow?

I get the following information from cython:

Raw output

I wasn't expecting a yellow color for TimeSeries. Any suggestions?

click to hide/show revision 2
No.2 Revision

TimeSeries & cython: why cimport yellow?

I get the following information from cython:

Raw output

6: from sage.finance.time_series cimport TimeSeries
7: 
8:   cpdef csnelregres(self,int periode):
9:       cdef int aantal=len(self)-periode
10:   
11:     cpdef a = TimeSeries(aantal)

I wasn't expecting a yellow color for TimeSeries. cpdef a = TimeSeries(aantal).

Any suggestions?