Closed GTimothee closed 1 year ago
I'm seeing some failed tests on older versions of pandas. https://github.com/business-science/pytimetk/actions/runs/6739223865/job/18320315245?pr=211
Oh I see ! I will have a look
Ok, thanks. Let me know what you find out.
Apparently 2 different errors:
Nice work! 1 test to go. Looks like datetime[ns] vs datetime[us]
yay 🎉
Nice work!
partially solves #77
Done, tests working. Updated augment_fourier so that it uses this new version.
Part of it depends on the function "get_frequency_summary" so it is the next on my list :) In the meantime I computed this part like this:
frequency_summary = pl.from_pandas(get_frequency_summary(date.to_pandas()))