From 96d97141949f70ee0fc38fc7f3610393b42c68d5 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 10 Apr 2024 16:37:14 +0800 Subject: [PATCH] update setup.py --- tests/test_ifs_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ifs_sim.py b/tests/test_ifs_sim.py index 3969bd4..9c6319e 100644 --- a/tests/test_ifs_sim.py +++ b/tests/test_ifs_sim.py @@ -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) -- GitLab