Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoninvergo committed Oct 14, 2012
1 parent 82298fe commit 5b67231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_PAML_codeml.py
Expand Up @@ -252,7 +252,7 @@ def testParseAllNSsites(self):
self.assertTrue("parameters" in model, version_msg) self.assertTrue("parameters" in model, version_msg)
params = model["parameters"] params = model["parameters"]
self.assertEqual(len(params), SITECLASS_PARAMS[model_num], self.assertEqual(len(params), SITECLASS_PARAMS[model_num],
version_msg)) version_msg)
self.assertTrue("branches" in params, version_msg) self.assertTrue("branches" in params, version_msg)
branches = params["branches"] branches = params["branches"]
# There are 7 branches in the test case (specific to these # There are 7 branches in the test case (specific to these
Expand Down

0 comments on commit 5b67231

Please sign in to comment.