I get the following information from cython:
I wasn't expecting a yellow color for TimeSeries. Any suggestions?
1 | initial version |
I get the following information from cython:
I wasn't expecting a yellow color for TimeSeries. Any suggestions?
2 | No.2 Revision |
I get the following information from cython:
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?