Skip to content

Commit e1c946c

Browse files
committed
update calibrator for 2022
1 parent 7141372 commit e1c946c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

hbw/config/defaults_and_groups.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77

88

99
def default_calibrator(cls, container, task_params):
10-
if container.get_aux("run") == 2:
11-
return "skip_jecunc"
12-
else:
13-
return None
10+
return "skip_jecunc"
1411

1512

1613
def default_selector(cls, container, task_params):

0 commit comments

Comments
 (0)