From c3307fcdad54216ddb11b062697d6edd616b0040 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 30 Mar 2020 21:14:47 -0400 Subject: [PATCH] Update test_spatialpooch.py --- test_spatialpooch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_spatialpooch.py b/test_spatialpooch.py index 2d1aff2..5da1484 100644 --- a/test_spatialpooch.py +++ b/test_spatialpooch.py @@ -1,5 +1,5 @@ import sys -sys.path.insert(0, "C:\SVN\spatial-pooch") +#sys.path.insert(0, "C:\SVN\spatial-pooch") import pytest import unittest import pandas as pd @@ -33,4 +33,4 @@ def test_fetch_crime_string(self): if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main()