Skip to content
Snippets Groups Projects
Commit fa052fee authored by Philipp Arras's avatar Philipp Arras
Browse files

Uncomment test which belongs to relaxed energy sums

parent bc78c053
No related branches found
No related tags found
No related merge requests found
...@@ -53,5 +53,5 @@ class EnergySum_Tests(unittest.TestCase): ...@@ -53,5 +53,5 @@ class EnergySum_Tests(unittest.TestCase):
E1+2 E1+2
with assert_raises(TypeError): with assert_raises(TypeError):
E1-"hello" E1-"hello"
with assert_raises(ValueError): # with assert_raises(ValueError):
E1+E2.at(2*pos) # E1+E2.at(2*pos)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment