Skip to content

Commit 69c7b33

Browse files
committed
fix import path with refactoring
1 parent 5eeb715 commit 69c7b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ise/data/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from tqdm import tqdm
1111

1212
from ise.data.scaler import LogScaler, RobustScaler, StandardScaler
13-
from ise.models.ISEFlow.ISEFlow import PCA
13+
from ise.models.dim_reducers.pca import PCA
1414
from ise.utils.functions import get_all_filepaths
1515

1616

0 commit comments

Comments
 (0)