Skip to content

Commit

Permalink
Match currently-returned number of configs.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.salilab.org/imp/trunk@12844 e91f8c7b-0e32-4433-a9ac-4502d39a4eab
  • Loading branch information
ben@SALILAB.ORG authored and ben@SALILAB.ORG committed Feb 28, 2012
1 parent 0c28806 commit fccf016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/domino/examples/test_examples.py
Expand Up @@ -11,7 +11,7 @@ def test_global_min1(self):
"""Test example six_particles_optimization.py"""
vars = self.run_example(
IMP.domino.get_example_path("six_particles_optimization.py"))
self.assertEqual(vars['cs'].get_number_of_configurations(), 1)
self.assertEqual(vars['cs'].get_number_of_configurations(), 2)

def test_global_min3(self):
"""Test example custom_filter.py"""
Expand Down

0 comments on commit fccf016

Please sign in to comment.