Skip to content

Commit

Permalink
fix: bug with fold constraints causing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Mar 28, 2022
1 parent 333d0df commit 3abb65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ def add_fold_constraints(
B = np.zeros(A.shape[0])
idc = np.array(idc[:ncons, :])
self.add_constraints_to_least_squares(
A, B, fold_regularisation[2], idc, name="fold regularisation 3"
A, B, idc, fold_regularisation[2], name="fold regularisation 3"
)

0 comments on commit 3abb65e

Please sign in to comment.