Open anaismoller opened 4 years ago
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
Is there an action you need from me?
Nope! I guess you received a notification because I was doing triage on issues ;-)
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