Skip to content

Commit

Permalink
Merge pull request #220 from berkeley-stat159/outlier_test
Browse files Browse the repository at this point in the history
Outlier test
  • Loading branch information
ye-zhi committed Dec 13, 2015
2 parents 84cf9e4 + b401c26 commit 85253f6
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 85253f6

Please sign in to comment.