Skip to content

Commit

Permalink
Update src/galax/integrate/_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 12, 2024
1 parent 896a1b7 commit 8565d80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/galax/integrate/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ class AbstractIntegrator(eqx.Module): # type: ignore[misc]
They must not be stateful since they are used in a functional way.
"""

# F: FCallable
# """The function to integrate."""
# # TODO: should this be moved to be the first argument of the run method?

@abc.abstractmethod
def run(
self,
Expand Down

0 comments on commit 8565d80

Please sign in to comment.