make sure the algorithm runs outside dask wrappers
Compare changes
+ 23
− 12
@@ -13,8 +13,7 @@ This adds the notions of models, probes, enrollment, and scores to GMM.
@@ -23,10 +22,7 @@ from h5py import File as HDF5File
@@ -153,7 +149,9 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -165,7 +163,11 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -199,7 +201,10 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -270,7 +275,9 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -284,9 +291,13 @@ class GMM(BioAlgorithm, BaseEstimator):