We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAILED tests/test_data.py::test_get_nrt_m1_hourly - AssertionError: assert Timestamp('2024-06-24 19:00:00') == (Timestamp('2024-07-01 12:00:00') - Timedelta('0 days 03:00:00')) + where Timestamp('2024-07-01 12:00:00') = <bound method Timestamp.floor of Timestamp('2024-07-01 12:06:41.790113')>('h') + where <bound method Timestamp.floor of Timestamp('2024-07-01 12:06:41.790113')> = Timestamp('2024-07-01 12:06:41.790113').floor + and Timedelta('0 days 03:00:00') = <class 'pandas._libs.tslibs.timedeltas.Timedelta'>(hours=(2 + 1)) + where <class 'pandas._libs.tslibs.timedeltas.Timedelta'> = pd.Timedelta FAILED tests/test_data.py::test_get_nrt_m1_daily - AssertionError: assert Timestamp('2024-06-23 00:00:00') == (Timestamp('2024-07-01 00:00:00') - Timedelta('2 days 00:00:00')) + where Timestamp('2024-07-01 00:00:00') = <bound method Timestamp.floor of Timestamp('2024-07-01 07:06:42.501253')>('d') + where <bound method Timestamp.floor of Timestamp('2024-07-01 07:06:42.501253')> = Timestamp('2024-07-01 07:06:42.501253').floor + and Timedelta('2 days 00:00:00') = <class 'pandas._libs.tslibs.timedeltas.Timedelta'>(days=(1 + 1)) + where <class 'pandas._libs.tslibs.timedeltas.Timedelta'> = pd.Timedelta
(noticed in #36)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(noticed in #36)
The text was updated successfully, but these errors were encountered: