Neuroinflab / kCSD-python

Kernel Current Source Density
https://kcsd-python.readthedocs.io/en/latest/
Other
15 stars 23 forks source link

FutureWarning #92

Closed abukaj closed 5 years ago

abukaj commented 5 years ago
kCSD/kcsd/utility_functions.py:189: FutureWarning: arrays to stack must be passed as a "sequence" type such as list or tuple. Support for non-sequence iterables such as generators is deprecated as of NumPy 1.16 and will raise an error in the future.
  unique_elec_pos = np.vstack({tuple(row) for row in elec_pos})

numpy: 1.16.2 python: 3.7.2

abukaj commented 5 years ago

Duplicate of #84