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

update setup.py

parent 904f5916
Pipeline #3958 failed with stage
in 0 seconds
...@@ -31,7 +31,7 @@ class TestDemoFunction(unittest.TestCase): ...@@ -31,7 +31,7 @@ class TestDemoFunction(unittest.TestCase):
This case aims to test whether the demo function returns `1` if input is `None`. This case aims to test whether the demo function returns `1` if input is `None`.
""" """
# demo function test # 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) print(dir_path)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment