Skip to content
Snippets Groups Projects
Commit 9096ddc9 authored by ojs1g14's avatar ojs1g14
Browse files

Update stl filepath

parent 41415cbb
Branches
No related tags found
No related merge requests found
Pipeline #316 passed
...@@ -31,7 +31,7 @@ class TestBasicFunction(unittest.TestCase): ...@@ -31,7 +31,7 @@ class TestBasicFunction(unittest.TestCase):
def test_import_stl(self): def test_import_stl(self):
modPath = os.path.abspath(os.getcwd()) modPath = os.path.abspath(os.getcwd())
sys.path.insert(0, modPath) sys.path.insert(0, modPath)
stlPath = os.path.abspath(os.getcwd()) + "\\sample_stl_sphere_BIN.stl" stlPath = os.path.abspath(os.getcwd()) + "\\tests\\sample_stl_sphere_BIN.stl"
from AmpScan.core import AmpObject from AmpScan.core import AmpObject
Amp = AmpObject(stlPath) Amp = AmpObject(stlPath)
s = str(type(Amp)) s = str(type(Amp))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment