Closed delocalizer closed 3 years ago
import os module required to os.remove hdf5 file change some cells from md to code don't use with to open examples/ex7.csv as it leaves filehandle f in closed state and unavailable for later cell that references it as an iterator
os
os.remove
with
f
Thanks, I'll fix this up in the next pass over errata
import
os
module required toos.remove
hdf5 file change some cells from md to code don't usewith
to open examples/ex7.csv as it leaves filehandlef
in closed state and unavailable for later cell that references it as an iterator