paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Fix CI #329

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

I'm not sure what to do with these errors for now:

FAILED rampwf/prediction_types/tests/test_detection_predictions.py::test_combine_no_match - ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.
FAILED rampwf/prediction_types/tests/test_detection_predictions.py::test_combine_ignore_none - ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.
rth commented 1 year ago

Thanks @DimitriPapadopoulos ! Let's merge as is, and I'll try to fix the few remaining issues in a separate MR. Generally it's due to the numpy 1.24 release as far as I can tell.