Skip to content

Commit

Permalink
re-add tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 12, 2024
1 parent 197545e commit 3a0b4d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -100,5 +100,4 @@ jobs:
exit 1
fi
dfpl convert -f tests/data

0 comments on commit 3a0b4d6

Please sign in to comment.