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
SNN was not designed to handle None values in light-curves. A simple pdf = pdf[~ pdf.FLUXCAL.isna()] in line 120 in snn/processor.py should deal with that
The text was updated successfully, but these errors were encountered:
SNN was not designed to handle None values in light-curves. A simple pdf = pdf[~ pdf.FLUXCAL.isna()] in line 120 in snn/processor.py should deal with that
The text was updated successfully, but these errors were encountered: