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

Unused background arg in characterizeImageTask.run #513

Open
danjampro opened this issue May 10, 2021 · 1 comment
Open

Unused background arg in characterizeImageTask.run #513

danjampro opened this issue May 10, 2021 · 1 comment

Comments

@danjampro
Copy link

Hi - I've come across what appears to be an unused arg in characterizeIamgeTask.run:

def run(self, exposure, exposureIdInfo=None, background=None):

Specifically the background input is not used, and the variable is reassigned here:

background = self.background.run(exposure).background

@laurenam
Copy link
Contributor

Looks like the check for a supplied background got lost in this commit: 1a9814c

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

2 participants