esda icon indicating copy to clipboard operation
esda copied to clipboard

FutureWarning: 'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8. -- scikit-learn

Open jGaboardi opened this issue 6 months ago • 0 comments

The line below is throwing a deprecation warning from sklearn:

https://github.com/pysal/esda/blob/cabd67af46f123e6fffbaae1b66f765031cee065/esda/geary_local_mv.py#L82

esda/tests/test_local_geary_mv.py::TestGearyLocalMV::test_local_geary_mv[W]
esda/tests/test_local_geary_mv.py::TestGearyLocalMV::test_local_geary_mv[Graph]
  /home/runner/micromamba/envs/test/lib/python3.12/site-packages/sklearn/utils/deprecation.py:132: FutureWarning: 
'force_all_finite' was renamed to 'ensure_all_finite' in 1.6 and will be removed in 1.8.

jGaboardi avatar Jun 25 '25 21:06 jGaboardi