mariomulansky / PySpike

Python implementation of spike distance metrics
http://mariomulansky.github.io/PySpike
Other
71 stars 30 forks source link

Many unnecessary prints when calling spike_distance #57

Closed thomastiotto closed 1 year ago

thomastiotto commented 2 years ago

When calling the spike_distance() function I'm getting a ton of unnecessary prints to stdout as can be seen in the following: image

I traced back part of the issue to line 157, 169, and 171 of PieceWiseLinFunc.py where we can see the print statements image I manually commented these lines out and all unnecessary prints disappeared.

I have a feeling these prints were there for debug and were forgotten, as I can't see a reason to have them.

thomaskreuz commented 1 year ago

Issue has been resolved.