From 09d373a31b09a1bb8a848ace920539d22466bd3d Mon Sep 17 00:00:00 2001 From: kaguillera Date: Fri, 18 Sep 2020 19:30:45 -0400 Subject: [PATCH] Minor script correction for testing --- tests/scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index c4b6f6db..29eaee95 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -50,7 +50,7 @@ sed -e 's/tests\/settings\/periodic\/testing_config\.yaml/tests\/settings\/freq cp test_tmp tests/scripts/test_sensor_features.py echo Running tests on frequency data produced... -./env/bin/python -m unittest discover tests/scripts/ -v +python -m unittest discover tests/scripts/ -v # Uncomment to return snakemake back to the original version when testing locally # echo Cleaning up...