corrections write function uses numpy without importing it
Closed this issue · 1 comments
jmosbacher commented
Describe the bug
The corrections interface uses np.isnan here but never imports numpy
Expected behavior
numpy should be imported in head of file
JoranAngevaare commented
fixed in #537