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

fix error to allow filter_hot_events=False (b5bb4a8) #12

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

fedepare
Copy link
Contributor

The code for hot pixel filtering introduced in b5bb4a8 seems to break if filter_hot_events=False. In this case, self.hot_events_mask is a numpy array that is later multiplied with a torch tensor (data_loader.dataset, line 328). This seems to be an appropriate fix.

Hope this is helpful.

The code for hot pixel filtering introduced in b5bb4a8 seems to break if filter_hot_events=False. In this case, self.hot_events_mask is a numpy array that is later multiplied with a torch tensor (data_loader.dataset, line 328). This seems to be an appropriate fix.

Hope this is helpful.
Copy link
Owner

@TimoStoff TimoStoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Federico!

@TimoStoff TimoStoff merged commit af82878 into TimoStoff:master Jul 30, 2020
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

Successfully merging this pull request may close these issues.

2 participants