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

Fix/pydantic 2 pytest #259

Merged
merged 8 commits into from
Jun 17, 2024

Conversation

clausmichele
Copy link
Member

@clausmichele clausmichele commented Jun 14, 2024

The tests were failing, due to the change in syntax needed by Pydantic>2.
Now all the tests are passing except one about machine learning, @ValentinaHutter could you check please?

Edit: Here the tests are all passing, probably the one that failed is due to some different library version on my side.
Edit 2: I also added again the aggregate_spatial, which are passing if we don't use the latest xarray version.
Edit 3: I also fixed the pandas version to >=2.0.0, which solves this issue #184

Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.77%. Comparing base (d02965c) to head (64163bd).
Report is 2 commits behind head on main.

Current head 64163bd differs from pull request most recent head 3a509d0

Please upload reports for the commit 3a509d0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   80.58%   82.77%   +2.18%     
==========================================
  Files          29       29              
  Lines        1638     1643       +5     
==========================================
+ Hits         1320     1360      +40     
+ Misses        318      283      -35     

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

@ValentinaHutter ValentinaHutter merged commit d275ad3 into Open-EO:main Jun 17, 2024
2 checks passed
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.

2 participants