Skip to content

Commit c7dc705

Browse files
authored
Update fit.py
1 parent 691269e commit c7dc705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gmmx/fit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,4 @@ def em_cond(
161161
body_fun=em_step,
162162
init_val=(x, gmm, 0, jnp.asarray(jnp.inf), jnp.array(jnp.inf)),
163163
)
164-
result = jax.block_until_ready(result)
165164
return EMFitterResult(*result, converged=result[2] < self.max_iter) # type: ignore [misc]

0 commit comments

Comments
 (0)