Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo committed Aug 7, 2024
1 parent 068ed30 commit 1d24d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffrax/_solver/srk.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def make_zeros_aux(leaf):
if not isinstance(bm_inc, self.minimal_levy_area):
raise ValueError(
f"The brownian increment {bm_inc} does not have the "
"minimal Levy Area {self.minimal_levy_area}."
f"minimal Levy Area {self.minimal_levy_area}."
)
w = bm_inc.W

Expand Down

0 comments on commit 1d24d09

Please sign in to comment.