Skip to content

Commit

Permalink
STYLE: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Mar 21, 2024
1 parent 5a89d9a commit b19e616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/run_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $PYTHON_SCRIPTS = @(
"test_core_ants_transform_io.py",
"test_core_ants_metric.py",
"test_learn.py",
"test_registation.py",
"test_registration.py",
"test_segmentation.py",
"test_utils.py",
"test_bugs.py"
Expand Down
4 changes: 2 additions & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $PYCMD test_core_ants_metric.py $@
echo "Running learn tests"
$PYCMD test_learn.py $@

echo "Running registation tests"
$PYCMD test_registation.py $@
echo "Running registration tests"
$PYCMD test_registration.py $@

echo "Running segmentation tests"
$PYCMD test_segmentation.py $@
Expand Down
File renamed without changes.

0 comments on commit b19e616

Please sign in to comment.