You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
This line:
desispec/py/desispec/workflow/science_selection.py
Line 137 in 33d11ac
needs to be changed to remove the check on
complete_tiles_thrunight
.get_completed_tiles()
can accept aNone
value for the argument and we do want to pass throughget_completed_tiles()
because that subselects tiles for other reasons as well, such as for "doneness".The text was updated successfully, but these errors were encountered: