voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

SciPy FutureWarning about multidimensional indexing #34

Open terriyu opened 5 years ago

terriyu commented 5 years ago

We're seeing the following FutureWarning when we run the unit tests in any version of Python or operating system.

FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result.

It's coming from the latest version of SciPy. It sounds like it will be fixed in the next release, according to this GitHub issue from the SciPy repository.