You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Bogdan,
I was using Profiler 2.0; I found that there is an issue in the recover_y() function of the PSF_Convolution.pyc, basically due to the range of the loop, which is (0, n-1) it doesn't recover the vector fully and we end up with 0 at the end of the vector. Shouldn't the range be (0, n) for the loop?
The text was updated successfully, but these errors were encountered:
Hi Bogdan,
I was using Profiler 2.0; I found that there is an issue in the recover_y() function of the PSF_Convolution.pyc, basically due to the range of the loop, which is (0, n-1) it doesn't recover the vector fully and we end up with 0 at the end of the vector. Shouldn't the range be (0, n) for the loop?
The text was updated successfully, but these errors were encountered: