Closed MadsDyrmann closed 7 years ago
Hi @MadsDyrmann, thanks!
It is quite hard to review your PR as you have two commits in a row, one doing some stuff and one undoing it straight after. Would it be possible to squash them as a single one (and force push to your branch).
The unit tests are failing also on travis-ci.
@MadsDyrmann: Any word on that PR?
Cheers,
Thomas
Closing for inactivity.
The existing convolutions caused pixels with a value of zero to underflow. Problem is solved by performing floating point convolutions, and clipping negative pixel values to zero. nb. scipy.signal dependency is added