Skip to content

fix: stop T-norm fit from exploding in memory.

Yannick DAYER requested to merge fix-tnorm into master
  • Removed the unnecessary copy of data and its storage into an additional Sample object.
  • Now saves the stats in a dict that is picklable preventing errors with Dask.

Merge request reports