Skip to content

Commit

Permalink
cluster analysis+Lees Edwares: adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Aug 14, 2024
1 parent 644447d commit e931f5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testsuite/python/cluster_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ def test_single_cluster_analysis_lees_edwards(self):
cluster.center_of_mass()
with self.assertRaises(RuntimeError):
cluster.radius_of_gyration()
with self.assertRaises(RuntimeError):
self.cs.run_for_all_pairs()
with self.assertRaises(RuntimeError):
self.cs.run_for_bonded_particles()

def test_single_cluster_analysis(self):
# Place particles on a line (crossing periodic boundaries)
Expand Down

0 comments on commit e931f5e

Please sign in to comment.