Skip to content

Commit

Permalink
refactor: more typing info
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 30, 2024
1 parent 9e87e03 commit 324d1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def __init__(
bumper: bool = False,
precision: Literal[16, 32, 64] = 32,
enable_autodiff: bool = False,
random_state=None,
random_state: int | np.random.RandomState | None = None,
deterministic: bool = False,
warm_start: bool = False,
verbosity: int = 1,
Expand Down

0 comments on commit 324d1f6

Please sign in to comment.