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

Fixing Auto CI #111

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Fixing Auto CI #111

wants to merge 8 commits into from

Conversation

rchiorean
Copy link
Contributor

@rchiorean rchiorean commented Mar 30, 2024

There were two reasons why AutoCI broke:

  1. Since ubuntu-latest changed from 20.04 to 22.04 the python-3.6 no longer works. See this this more details.
  2. After pandas 1.5.3 the behaviour of pd.to_datetime changed when given a dataframe. We rely on this behaviour at least in the format_raw mehod in pipeline.py

Please let me know if solutions different from the ones implemented would be preferred.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1a5113c) to head (ddf5c63).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #111   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          415       415           
=========================================
  Hits           415       415           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

None yet

1 participant