From 75a6573d778646996d77f04acea2a25b49b5e95e Mon Sep 17 00:00:00 2001 From: ye-zhi Date: Sat, 12 Dec 2015 18:24:24 -0800 Subject: [PATCH] change nosetest path in comments --- code/utils/tests/test_outliers.py | 4 ++-- code/utils/tests/test_smoothing.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/utils/tests/test_outliers.py b/code/utils/tests/test_outliers.py index 0ae1ba9..955213f 100644 --- a/code/utils/tests/test_outliers.py +++ b/code/utils/tests/test_outliers.py @@ -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. diff --git a/code/utils/tests/test_smoothing.py b/code/utils/tests/test_smoothing.py index 18cef72..f38f791 100644 --- a/code/utils/tests/test_smoothing.py +++ b/code/utils/tests/test_smoothing.py @@ -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