Skip to content
Snippets Groups Projects
Commit 50faa61b authored by ojs1g14's avatar ojs1g14
Browse files

Update sample_test.py

parent c278d571
No related branches found
No related tags found
No related merge requests found
Pipeline #82 canceled
...@@ -33,7 +33,6 @@ class TestBasicFunction(unittest.TestCase): ...@@ -33,7 +33,6 @@ class TestBasicFunction(unittest.TestCase):
sys.path.insert(0, modPath) sys.path.insert(0, modPath)
stlPath = os.path.abspath(os.getcwd()) + "\\tests\\sample_stl_sphere_ASCII.stl" stlPath = os.path.abspath(os.getcwd()) + "\\tests\\sample_stl_sphere_ASCII.stl"
from AmpScan.core import AmpObject from AmpScan.core import AmpObject
stlPath = "tests\\sample_stl_sphere.stl"
Amp = AmpObject(stlPath) Amp = AmpObject(stlPath)
self.assertRaises(MemoryError) self.assertRaises(MemoryError)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment