Skip to content

Commit b66409e

Browse files
committed
removing notebooks and unnecessary mods
1 parent c5b1903 commit b66409e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysensors/basis/_identity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def fit(self, X):
5353
self : instance
5454
"""
5555

56-
# Note that we take a transpose here, so columns correspond to examples
56+
# Note that we take a transpose here, so columns correspond to examples
5757
if self.n_basis_modes is None:
5858
self.basis_matrix_ = check_array(X).T.copy()
5959
self.n_basis_modes = self.basis_matrix_.shape[1]

0 commit comments

Comments
 (0)