Skip to content
Snippets Groups Projects

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

Merged ojs1g14 requested to merge revert-94dad11c into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -32,7 +32,7 @@ class TestBasicFunction(unittest.TestCase):
import AmpScan.core
import AmpScan.tests
from AmpScan.core import AmpObject
from AmpScan.tests import sample_stl_sphere as stlFile
from AmpScan.tests import sample_stl_sphere.stl as stlFile
Amp = AmpObject(stlFile)
self.assertRaises(MemoryError)
Loading