wtclarke / pymapvbvd

Python port of mapVBVD
MIT License
40 stars 25 forks source link

Use numpy.ndarray.item() to get scalars from single-element arrays #43

Closed musicinmybrain closed 8 months ago

musicinmybrain commented 11 months ago

This fixes a DeprecationWarning about (implicit) array-to-scalar conversion (fixes #42).