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
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.
The text was updated successfully, but these errors were encountered:
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 notmissing_sources
has length one or larger we wantset(missing_courses)
notset([missing_sources])
. There may (or may not) be others, but increasing the coverage of this block would be good.The text was updated successfully, but these errors were encountered: