facets icon indicating copy to clipboard operation
facets copied to clipboard

Support numpy >= 1.23

Open robmoore opened this issue 3 years ago • 0 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.

robmoore avatar Sep 09 '22 15:09 robmoore