Open hrobarts opened 4 weeks ago
When downloading remote data using dataexample e.g.
dataexample.KORN.download_data('.')
the download generates an mdf5sums.txt file which is not deleted after checking. We should remove the checksum file.
import cil, sys print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)
Description
When downloading remote data using dataexample e.g.
the download generates an mdf5sums.txt file which is not deleted after checking. We should remove the checksum file.
Environment