thegraphnetwork / epigraphhub_py

Epigraphhub Python package
GNU General Public License v3.0
2 stars 9 forks source link

chore(deps): Fix dependencies #217

Closed xmnlab closed 4 months ago

xmnlab commented 5 months ago

Description

Related Issue

Checklist

Note: The title prefix can be also expanded with more information inside the parenthesis. Some examples for a full title (prefix + message):

xmnlab commented 5 months ago

@fccoelho the unit tests on CI is silently failing:

=========================== short test summary info ============================
FAILED tests/test_analysis/test_ngboost_models.py::test_rolling_predictions - TypeError: interval() got an unexpected keyword argument 'alpha'
FAILED tests/test_analysis/test_ngboost_models.py::test_rolling_forecast - TypeError: interval() got an unexpected keyword argument 'alpha'
FAILED tests/test_data/test_foph.py::test_downloading_daily_csv_cases - pandas.errors.EmptyDataError: No columns to parse from file
FAILED tests/test_data/test_foph.py::test_downloading_weekly_csv_default_cases - pandas.errors.EmptyDataError: No columns to parse from file
FAILED tests/test_data/test_foph.py::test_downloading_weekly_csv_by_age_cases - pandas.errors.EmptyDataError: No columns to parse from file
FAILED tests/test_data/test_foph.py::test_downloading_weekly_csv_by_sex_cases - pandas.errors.EmptyDataError: No columns to parse from file
===== 6 failed, 38 passed, 17 skipped, 3973 warnings in 197.93s (0:03:17) ======

I am not sure about the error about the interval ... I tried to find the interval function in scikit learn and ngboos .. but I didn't have any success.

let me know if it would be ok to move forward with this PR or if you want any change.

xmnlab commented 4 months ago

@fccoelho , a friendly reminder about this PR, thanks!

xmnlab commented 4 months ago

thanks for the review @fccoelho

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: