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

Update sample_test.py

parent 28f74468
No related branches found
No related tags found
No related merge requests found
Pipeline #350 passed
...@@ -45,8 +45,8 @@ class TestBasicFunction(unittest.TestCase): ...@@ -45,8 +45,8 @@ class TestBasicFunction(unittest.TestCase):
stlPath = os.path.abspath(os.getcwd()) + "\\tests\\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)
with self.assertRaises(TypeError): #with self.assertRaises(TypeError):
Amp.planarTrim([], plane=[]) #Amp.planarTrim([], plane=[])
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment