Skip to content

Commit

Permalink
test on 3 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Feb 7, 2025
1 parent 47f756f commit 98b0193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/python/interactions_bond_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def angle(a, b):
class InteractionsBondedTest(ut.TestCase):
system = espressomd.System(box_l=[17.0, 9.0, 8.0])

box_l = 10.
box_l = 20.

def setUp(self):
self.system.box_l = [self.box_l] * 3
Expand Down

0 comments on commit 98b0193

Please sign in to comment.