PAIR-code/facets

Support numpy >= 1.23

robmoore opened this issue · 3 comments

numpy.asscalar has been removed from Numpy in release 1.23.

The function is called in:

  • facets_overview/python/base_generic_feature_statistics_generator.py
  • facets_overview/facets_overview/base_generic_feature_statistics_generator.py

The guidance in the docs is to use numpy.ndarray.item() instead.

Hey @robmoore can I work on this issue? Please assign me

Hey, any update on this?

This should be fixed as of the latest facets code and the pypi package.