pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

argument of type 'builtin_function_or_method' is not iterable #112

Closed YTZhou1 closed 11 months ago

YTZhou1 commented 1 year ago

Hi,

we met this error when using the sample data in notebooks/distance_statistics-numpy-oriented.ipynb, thanks! image

martinfleis commented 11 months ago

This is an upstream issue in scikit-learn 1.3.0. It has been fixed on scikit-learn main in the meantime.