Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recover_y() function issue in Profiler #3

Open
Manish-Kataria-iucaa opened this issue Jan 11, 2024 · 0 comments
Open

recover_y() function issue in Profiler #3

Manish-Kataria-iucaa opened this issue Jan 11, 2024 · 0 comments

Comments

@Manish-Kataria-iucaa
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant