facets icon indicating copy to clipboard operation
facets copied to clipboard

Facet broken under np 1.23

Open PeterSms opened this issue 3 years ago • 0 comments

np.asscalar has been removed from np version 1.23 breaking facets at:

featstats.std_dev = np.asscalar(np.std(nums))

happy new year

PeterSms avatar Jan 02 '23 06:01 PeterSms