You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test df_time_operations.py is failing due to type errors. The issue has been traced to a pd.concat call in time_operations.py where a column is trying to be added, but instead, rows are added with the column.
Expected Behavior
The test should pass.
Steps To Reproduce
Run pytest df_time_operations.py in the tests directory.
Is there an existing issue for this?
Current Behavior
The test
df_time_operations.py
is failing due to type errors. The issue has been traced to apd.concat
call intime_operations.py
where a column is trying to be added, but instead, rows are added with the column.Expected Behavior
The test should pass.
Steps To Reproduce
Run
pytest df_time_operations.py
in the tests directory.Environment
Anything else?
None.
The text was updated successfully, but these errors were encountered: