From 3a0b4d6ee90ab7382251feeab3a01626bfc82c6d Mon Sep 17 00:00:00 2001 From: Matthias Bernt Date: Wed, 12 Jun 2024 17:01:15 +0200 Subject: [PATCH] re-add tree --- .github/workflows/pr.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fb67d09b..56df68fc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -68,7 +68,7 @@ jobs: echo "training result directory missing" >&2 exit 1 fi - # tree example + tree example dfpl predict -f example/predict.json if [ ! -d example/results_predict/ ]; then @@ -80,14 +80,14 @@ jobs: echo "predict result should have at least 6 lines. But had only $(cat example/results_predict/smiles.csv | wc -l)" >&2 exit 1 fi - # tree example + tree example dfpl traingnn -f example/traingnn.json if [ ! -d dmpnn-random/ ]; then echo "predict result directory missing" >&2 exit 1 fi - # tree example + tree example dfpl predictgnn -f example/predictgnn.json if [ ! -d preds_dmpnn/ ]; then @@ -100,5 +100,4 @@ jobs: exit 1 fi - dfpl convert -f tests/data