Skip to content

Commit

Permalink
Merge pull request #219 from ye-zhi/ye_outlier_test
Browse files Browse the repository at this point in the history
change nosetest path in comments
  • Loading branch information
ye-zhi committed Dec 13, 2015
2 parents 80bf3ff + 75a6573 commit b401c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/utils/tests/test_outliers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
""" Tests functions in outliers module
Largely lifted straight from the tests provided for diagnostics.py in HW2 and janewliang's diagnosis_script.py
Run at the project directory with:
nosetests code/utils/tests/test_outliers.py
Run the test with:
nosetests test_outliers.py
"""

# Loading modules.
Expand Down
4 changes: 2 additions & 2 deletions code/utils/tests/test_smoothing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Tests for smoothvoxels in smooth module
Run at the tests directory with:
nosetests code/utils/tests/test_smoothing.py
Run the test with:
nosetests test_smoothing.py
"""

import os
Expand Down

0 comments on commit b401c26

Please sign in to comment.