Skip to content

Commit

Permalink
Also add hint to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Sep 3, 2024
1 parent e42bcc0 commit 4389ac2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exponax/_repeated_stepper.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ def __init__(
Sugarcoat the utility function `repeat` in a callable PyTree for easy
composition with other equinox modules.
!!! info
Performs the substepping in Fourier space to avoid unnecessary
back-and-forth transformations.
One intended usage is to get "more accurate" or "more stable" time steppers
that perform substeps.
Expand Down

0 comments on commit 4389ac2

Please sign in to comment.