Skip to content

Commit f134247

Browse files
committed
If there is no ML error correction
1 parent 04da743 commit f134247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipt/misc_tools/extract_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ def extract_multilevel_info(keys: Union[dict, list]) -> dict:
144144
# Set multi-level error
145145
if not 'ml_error_corr' in ml_info:
146146
ml_error_corr = 'none'
147+
error_comp_scheme = 'none'
148+
ml_corr_done = True
147149
else:
148150
ml_error_corr = ml_info['ml_error_corr'][0]
149151
ml_corr_done = False

0 commit comments

Comments
 (0)