Numpy warning from ArviZ

I am getting the following error warning from arviz.summary()

/home/mark/anaconda3/lib/python3.7/site-packages/mkl_fft/_numpy_fft.py:1044: 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.`

Any pointers appreciated …

  • Operating System = Ubuntu Linux
  • Python Version = 3.7
  • PyStan version = 2.18.0.0
  • ArviZ version = 0.2.1

Nothing to worry about. Your numpy (x.15) has deprecated non-tuple slicing and not all libraries have updated their codebase.

1 Like