fix: stop T-norm fit from exploding in memory.
- Removed the unnecessary copy of
dataand its storage into an additionalSampleobject. - Now saves the stats in a
dictthat is picklable preventing errors with Dask.
data and its storage into an additional Sample object.dict that is picklable preventing errors with Dask.