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