Skip to content

Commit 9a570d4

Browse files
Bug fix in main routine
1 parent 6b117bd commit 9a570d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datasail/routine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ def datasail_main(**kwargs) -> Optional[Tuple[Dict, Dict, Dict]]:
137137
(e_cluster_split_map, pre_e_cluster_split_map),
138138
(f_cluster_split_map, pre_f_cluster_split_map)]:
139139
for technique in kwargs[KW_TECHNIQUES]:
140+
if technique == "R":
141+
continue
140142
if technique[1] == DIM_1:
141143
if technique not in pre_map:
142144
continue

0 commit comments

Comments
 (0)