TomographicImaging / CIL-ASTRA

Apache License 2.0
2 stars 5 forks source link

Fix memory leak #76

Closed jakobsj closed 3 years ago

jakobsj commented 3 years ago

astra.data2d.delete did not manage to delete the 3D data set, fixed by changing to astra.data3d.delete.

New version tested and memory leak no longer occurs.