TomographicImaging / CIL

A versatile python framework for tomographic imaging
https://tomographicimaging.github.io/CIL/
Apache License 2.0
97 stars 45 forks source link

Data example creates mdf5sums.txt when downloading remote data #1967

Open hrobarts opened 4 weeks ago

hrobarts commented 4 weeks ago

Description

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.

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)