Commit 96d97141 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update setup.py

parent 904f5916
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class TestDemoFunction(unittest.TestCase):
        This case aims to test whether the demo function returns `1` if input is `None`.
        """
        # demo function test
        dir_path=os.path.join(os.environ['UNIT_TEST_DATA_ROOT'],'ifs_sim')
        dir_path=os.path.join(os.environ['UNIT_TEST_DATA_ROOT'],'ifs_sim/')
        
        print(dir_path)