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

Update sample_test.py

parent 42f946af
No related branches found
No related tags found
No related merge requests found
Pipeline #349 failed
...@@ -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([], []) 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