Skip to content

Commit

Permalink
't_range' should be a float, obviously.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoSpreeuw committed Sep 3, 2024
1 parent 3cd8233 commit 79a296d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlpde/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Solver():
'''
dt: float = 1.e-6
# t_range is the integration time in units of T*.
t_range: int = 1
t_range: float = 1
solver: str = "scipy"
# Beware that "scheme" and "adaptive" will only be propagated if you have
# chosen py-pde's native "explicit" solver above.
Expand Down

0 comments on commit 79a296d

Please sign in to comment.