Skip to content

Commit 45ed0ed

Browse files
committed
Merge branch 'develop' of github.com:ECP-CANDLE/Benchmarks into develop
2 parents 0119ef2 + 18799bc commit 45ed0ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pilot1/UnoMT/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python unoMT_baseline_pytorch.py --epochs 3 --resp_val_start_epoch 2

Pilot1/UnoMT/utils/data_processing/response_dataframes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def process_combo(dict_value: list):
210210
warnings.filterwarnings('error')
211211
try:
212212
corr = stats.pearsonr(x=conc_tuple, y=grth_tuple)[0]
213-
except Warning:
213+
except (Warning, ValueError):
214214
corr = 0.0
215215
# corr = 0. if np.isnan(corr) else corr
216216

0 commit comments

Comments
 (0)