Closed nathanieljevans closed 4 years ago
It was included, but we were filtering it with the step...
# select only registered results -- keep R0 unregistered as this is the aligned reference
res = res[(res.status == 'registered') | (res.round== 'R0')]
chainging res.round -> res['round']
fixed it.