We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reheat
1 parent 6ba169b commit b766acdCopy full SHA for b766acd
1 file changed
bin/qtl-reheat
@@ -16,7 +16,9 @@ declare -A REHEAT_METHODS=(
16
17
# default options
18
dataset=train
19
-coatjava_version=13.3.0 # the first version with rollover correction, used for RG-A Spring 2018 reheating
+coatjava_version=13.8.0 # 13.3.0: first version with rollover correction, used for RG-A Spring 2018 reheating
20
+ # 13.8.0: fix: avoid call to method that recalibrates already-calibrated dsc2
21
+ # https://github.com/JeffersonLab/coatjava/pull/1153
22
declare -A modes
23
for key in submit; do
24
modes[$key]=false
0 commit comments