Commit 4344353b authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 8665b1af
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)