Skip to content

Commit 7d25988

Browse files
Julien RousselJulien Roussel
authored andcommitted
debug error raising removed
1 parent 25ee6b4 commit 7d25988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qolmat/imputations/em_sampler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ def _sample_ou(
276276
X_copy[~mask_na] = X_init[~mask_na]
277277
if estimate_params:
278278
self.update_parameters(X_copy)
279-
if np.sum(np.abs(X_copy)) > 1e9:
280-
raise AssertionError
281279

282280
return X_copy
283281

0 commit comments

Comments
 (0)