Closed leliel12 closed 7 years ago
I think the time on your data is not sorted. My understanding is you need to have the time series ready for the package, such as:
mag_uniform=np.random.uniform(size=10000)
time_uniform=np.arange(10000)
lc_uniform = np.array([mag_uniform, time_uniform])
thanks
I attach the numpy array with the data to reproduce the error
The Data
ftest.npy.zip (unzip first)
Input
The output