Ball icon indicating copy to clipboard operation
Ball copied to clipboard

`np.alen` has been deprecated

Open SvenSerneels opened this issue 3 years ago • 0 comments

  • np.alen has been deprecated in Numpy
  • occurs in 3 calls in wrap_c.py
  • suffices to just substitute np.alen with Python's native len to make the package run

SvenSerneels avatar Oct 23 '22 21:10 SvenSerneels