AxFoundation/strax

corrections write function uses numpy without importing it

Closed this issue · 1 comments

Describe the bug
The corrections interface uses np.isnan here but never imports numpy

Expected behavior
numpy should be imported in head of file

fixed in #537