Skip to content

Commit

Permalink
fixed typing for variable names in fit
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbang24 committed Aug 10, 2024
1 parent 1fe3fe3 commit 39cab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/regressor_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def fit(
self,
X,
weights=None,
variable_names: Optional[ArrayLike[str]] = None,
variable_names: Optional[List[str]] = None,
complexity_of_variables: Optional[
Union[int, float, List[Union[int, float]]]
] = None,
Expand Down

0 comments on commit 39cab90

Please sign in to comment.