Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo committed Jan 8, 2025
1 parent 12bcf5a commit 37640ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diffrax/_brownian/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _generate_noise(
shape: jax.ShapeDtypeStruct,
max_steps: int,
) -> Float[Array, "..."]:
# TODO: merge into a single jr.normal call
if self.levy_area is SpaceTimeTimeLevyArea:
noise = jr.normal(key, (3, max_steps, *shape.shape), shape.dtype)
elif self.levy_area is SpaceTimeLevyArea:
Expand Down

0 comments on commit 37640ed

Please sign in to comment.