kavli-ntnu / opexebo

Collection of python code for electrophysiology /ɪˌlɛktrəʊfɪzɪˈɒlədʒi/
MIT License
8 stars 7 forks source link

Get rid of deprecation warning #1

Closed horsto closed 6 years ago

horsto commented 6 years ago

...\ipykernel_launcher.py:1: 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. """Entry point for launching an IPython kernel.

fralik commented 6 years ago

Thanks!