Loading src/yapsut/montecarlo_fitting.py +5 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ class EnsembleFitting_Base : def fit(self) : return self._fit # @property def realizations(self) : """returns the arrat of mc realizations """ return self._mc # def copy(self) : from copy import deepcopy return copy(self) Loading Loading
src/yapsut/montecarlo_fitting.py +5 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ class EnsembleFitting_Base : def fit(self) : return self._fit # @property def realizations(self) : """returns the arrat of mc realizations """ return self._mc # def copy(self) : from copy import deepcopy return copy(self) Loading