Skip to content

Commit b766acd

Browse files
committed
fix: use 13.8.0 for reheat
1 parent 6ba169b commit b766acd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/qtl-reheat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ declare -A REHEAT_METHODS=(
1616

1717
# default options
1818
dataset=train
19-
coatjava_version=13.3.0 # the first version with rollover correction, used for RG-A Spring 2018 reheating
19+
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
2022
declare -A modes
2123
for key in submit; do
2224
modes[$key]=false

0 commit comments

Comments
 (0)