Skip to content

Commit 01fb708

Browse files
committed
temp remove
1 parent 78e26bc commit 01fb708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_remeshing.py renamed to tests/_test_remeshing.py

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

1414
def test_remeshing():
1515

16-
FILE = os.path.join(HERE, '../..', 'data', 'Bunny.ply')
16+
FILE = os.path.join(HERE, '..', 'data', 'Bunny.ply')
1717

1818
# ==============================================================================
1919
# Get the bunny and construct a mesh

tests/test_slicer.py renamed to tests/_test_slicer.py

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

1414
def test_slicer():
1515

16-
FILE = os.path.join(HERE, '../..', 'data', '3DBenchy.stl')
16+
FILE = os.path.join(HERE, '..', 'data', '3DBenchy.stl')
1717

1818
# ==============================================================================
1919
# Get benchy and construct a mesh

0 commit comments

Comments
 (0)