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

Should still subselect tiles based on whether "done" even if thrunight isn't specified #2353

Open
akremin opened this issue Sep 5, 2024 · 0 comments
Assignees

Comments

@akremin
Copy link
Member

akremin commented Sep 5, 2024

This line:

if not all_tiles and len(sci_etable) > 0 and complete_tiles_thrunight is not None:

needs to be changed to remove the check on complete_tiles_thrunight. get_completed_tiles() can accept a None value for the argument and we do want to pass through get_completed_tiles() because that subselects tiles for other reasons as well, such as for "doneness".

@akremin akremin self-assigned this Sep 5, 2024
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