Skip to content

Fix tests - #10

Merged
oshillou merged 3 commits into
mainfrom
fix_tests
Jul 8, 2025
Merged

Fix tests#10
oshillou merged 3 commits into
mainfrom
fix_tests

Conversation

@oshillou

@oshillou oshillou commented Jul 8, 2025

Copy link
Copy Markdown
Member

Due to the recent changes of numpy, I had to change the testing procedures:

  • Abandonned testing for Python 3.8 as this does not comply with a sufficiently up-to-date version of numpy, that other versions uses, and this poses problem when compiling Cython code.

I fixed also the data validation procedure by adapting to newer function names in scikit-learn, i.e. validate_data instead of self._validate_data in each fit and prediction method.

oshillou added 3 commits July 8, 2025 11:15
Because this was troublesome with regards to cython installation for later numpy compatibilities
@codecov

codecov Bot commented Jul 8, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.41%. Comparing base (48816d4) to head (a149d31).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   96.40%   96.41%           
=======================================
  Files          31       31           
  Lines        1838     1840    +2     
=======================================
+ Hits         1772     1774    +2     
  Misses         66       66           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oshillou
oshillou merged commit 1b7fe66 into main Jul 8, 2025
0 of 11 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.

1 participant