mariomulansky/PySpike

Many unnecessary prints when calling spike_distance

Closed this issue · 1 comments

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.

Issue has been resolved.