Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed May 2, 2023
1 parent 2c8897e commit 3459842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipelines/ner_demo/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ commands:
- "scripts/visualize_model.py"
- "training/model-best"


4 changes: 3 additions & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ if [[ $2 == "all" ]]; then
else
echo "Executing tests in changed directories"
pwd
mapfile -t dirs < <( git diff --dirstat=files,0 HEAD~1 | sed 's/^[ 0-9.]\+% //g')
ls
git show HEAD~1
mapfile -t dirs < <( git diff --dirstat=files,0 | sed 's/^[ 0-9.]\+% //g')
fi

echo "Running tests in:"
Expand Down

0 comments on commit 3459842

Please sign in to comment.