Skip to content

Commit

Permalink
add ops tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 22, 2024
1 parent f1a8632 commit 8e0d981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ $PYCMD test_segmentation.py $@
echo "Running utils tests"
$PYCMD test_utils.py $@

echo "Running ops tests"
$PYCMD test_ops.py $@

echo "Running plotting tests"
$PYCMD test_plotting.py $@

Expand Down

0 comments on commit 8e0d981

Please sign in to comment.