Closed matiscke closed 1 year ago
The first plot in the notebook doesn't show any planets. As it turns out, no oxygen is being measured (column 'has_O2' exists in the generated sample and has positive entries, but it is all nan in the observed data).
sample
nan
data
@kevinkhu and I suspect that lines 901 through 908 in functions.py cause this bug. Semimajor axis and eccentricity gets overwritten.
functions.py
A fix is in the making!
The first plot in the notebook doesn't show any planets. As it turns out, no oxygen is being measured (column 'has_O2' exists in the generated
sample
and has positive entries, but it is allnan
in the observeddata
).