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

Add tests for uncovered block #474

Open
mwcraig opened this issue Oct 21, 2024 · 0 comments
Open

Add tests for uncovered block #474

mwcraig opened this issue Oct 21, 2024 · 0 comments
Labels
bug Something isn't working tests Issue related to tests
Milestone

Comments

@mwcraig
Copy link
Contributor

mwcraig commented Oct 21, 2024

This block of code in photometry.py is not covered by any tests. There is at least one bug in here on line 794: whether or not missing_sources has length one or larger we want set(missing_courses) not set([missing_sources]). There may (or may not) be others, but increasing the coverage of this block would be good.

@mwcraig mwcraig added bug Something isn't working tests Issue related to tests labels Oct 21, 2024
@mwcraig mwcraig added this to the 2.0.0-beta milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Issue related to tests
Projects
None yet
Development

No branches or pull requests

1 participant