Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Aug 8, 2024
1 parent 49b7a62 commit 24fde21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/non_local_detector/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ def _divide_safe(numerator: jnp.ndarray, denominator: jnp.ndarray) -> jnp.ndarra
"""
return jnp.where(denominator == 0.0, 0.0, numerator / denominator)

# (
# (marginal_likelihood_chunk, predicted_probs_next),
# (causal_posterior_chunk, predicted_probs_chunk),
# )


@jax.jit
def filter(
Expand Down

0 comments on commit 24fde21

Please sign in to comment.