Skip to content

Commit

Permalink
CLN: fix constrained SR3 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
himkwtn committed Aug 30, 2024
1 parent c2237bf commit 5ee3bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysindy/optimizers/constrained_sr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def _calculate_penalty(
regularization: 'l0' | 'weighted_l0' | 'l1' | 'weighted_l1' |
'l2' | 'weighted_l2'
regularization_weight: float | np.array, can be a scalar
or an array of shape (n_targets, n_features)
xi: cp.Variable
or an array of shape (m, n)
xi: cp.Variable of length m*n
Returns:
--------
Expand Down

0 comments on commit 5ee3bcc

Please sign in to comment.