Skip to content

Commit 96e174a

Browse files
Try to fix windows paths
1 parent 2e16af2 commit 96e174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
class TestCLI(unittest.TestCase):
16-
tmp_dir = "./tmp"
16+
tmp_dir = "tmp"
1717

1818
def setUp(self):
1919
self.data_path = get_sample_data("tem_2d")

0 commit comments

Comments
 (0)