edeno / Jadhav-2016-Data-Analysis

Code for analysis on data from Jadhav et al. 2016
GNU General Public License v3.0
2 stars 5 forks source link

Double check "invalid value encountered in true_divide" warning #103

Closed edeno closed 7 years ago

edeno commented 7 years ago

The following error occurs during ripple decoding using the function ripple_decoding_clusterless:

src/ripple_decoding.py:87: RuntimeWarning: invalid value encountered in true_divide
  return distribution / distribution.sum()

Not sure if it is a problem, but want to double check something funny isn't happening.