Skip to content

Commit

Permalink
remove duplicated line from master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonrljr committed Sep 3, 2024
1 parent 4bfe620 commit 4eb4377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sysidentpy/basis_function/_basis_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ def fit(
combination_list = [
combination_list[index] for index in predefined_regressors
]
combination_list = [
combination_list[index] for index in predefined_regressors
]

psi = np.column_stack(
[
Expand Down

0 comments on commit 4eb4377

Please sign in to comment.