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

Merge branch 'master' of https://git.soton.ac.uk/js22g12/AmpScan

parents 95a0fb8d 62f0e3e7
No related branches found
No related tags found
No related merge requests found
Pipeline #70 failed
...@@ -30,7 +30,7 @@ class TestBasicFunction(unittest.TestCase): ...@@ -30,7 +30,7 @@ class TestBasicFunction(unittest.TestCase):
def test_import_stl(self): def test_import_stl(self):
from AmpScan.core import AmpObject from AmpScan.core import AmpObject
from AmpScan.tests import sample_stl_sphere.stl as stlFile from AmpScan.tests import sample_stl_sphere as stlFile
Amp = AmpObject(stlFile) Amp = AmpObject(stlFile)
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