Skip to content
New issue

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

NRT CI failure today #35

Open
zmoon opened this issue Jul 1, 2024 · 0 comments
Open

NRT CI failure today #35

zmoon opened this issue Jul 1, 2024 · 0 comments

Comments

@zmoon
Copy link
Owner

zmoon commented Jul 1, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant