From f9bcec684209d5defc61d07044fa4d6aeda534c3 Mon Sep 17 00:00:00 2001
From: Michael Heck <michael.heck@hhu.de>
Date: Fri, 21 Aug 2020 23:06:16 +0200
Subject: [PATCH] Update DO.example.simple

---
 DO.example.simple | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/DO.example.simple b/DO.example.simple
index 43bb891..46585fd 100755
--- a/DO.example.simple
+++ b/DO.example.simple
@@ -47,10 +47,9 @@ for step in train dev test; do
 	    --label_value_repetitions \
 	    ${args_add} \
 	    2>&1 | tee ${OUT_DIR}/${step}.log
-    fi
 
     if [ "$step" = "dev" ] || [ "$step" = "test" ]; then
-    	python3 ~/tools/trippy_clean/metric_bert_dst.py \
+    	python3 metric_bert_dst.py \
     		${TASK} \
 		dataset_config/${TASK}.json \
     		"${OUT_DIR}/pred_res.${step}*json" \
-- 
GitLab