Skip to content

Commit 62b79a2

Browse files
committed
retrieving previous version
1 parent b7800c5 commit 62b79a2

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
lines changed

pysensors/basis/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from ._identity import Identity
22
from ._random_projection import RandomProjection
33
from ._svd import SVD
4-
from ._custom import Custom
54

6-
__all__ = ["Identity", "SVD", "RandomProjection","Custom"]
5+
__all__ = ["Identity", "SVD", "RandomProjection"]

pysensors/basis/_custom.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)