Skip to content

Commit 721c971

Browse files
committed
Minor fix
1 parent a8342d1 commit 721c971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tdamapper/cover.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ def fit(self, X):
385385
:return: The object itself.
386386
:rtype: self
387387
"""
388-
#X = np.asarray(X).reshape(len(X), -1).astype(float)
389388
return super().fit(X)
390389

391390
def search(self, x):
@@ -424,7 +423,6 @@ def __init__(
424423
)
425424

426425
def apply(self, X):
427-
#X = np.asarray(X).reshape(len(X), -1).astype(float)
428426
super().fit(X)
429427
lmrks_to_cover = super().landmarks(X)
430428
while lmrks_to_cover:

0 commit comments

Comments
 (0)