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

Update sample_test.py

parent 3cc34dc8
Branches
No related tags found
No related merge requests found
Pipeline #76 failed
......@@ -32,7 +32,7 @@ class TestBasicFunction(unittest.TestCase):
modPath = os.path.abspath(os.getcwd())
sys.path.insert(0, modPath)
from AmpScan.core import AmpObject
from AmpScan.tests import sample_stl_sphere as stlFile
from tests import sample_stl_sphere as stlFile
Amp = AmpObject(stlFile)
self.assertRaises(MemoryError)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment