Skip to content

Commit 0313052

Browse files
committed
removing notebooks and unnecessary mods
1 parent 9c01b1b commit 0313052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pysensors/basis/_identity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def fit(self, X):
5252
-------
5353
self : instance
5454
"""
55-
# Note that we take a transpose here, so columns correspond to examples
55+
56+
# Note that we take a transpose here, so columns correspond to examples
5657
if self.n_basis_modes is None:
5758
self.basis_matrix_ = check_array(X).T.copy()
5859
self.n_basis_modes = self.basis_matrix_.shape[1]

0 commit comments

Comments
 (0)