Skip to content
Snippets Groups Projects
Commit 75c7a244 authored by Colm Talbot's avatar Colm Talbot
Browse files

TYPO: whitespace fix

parent 8064798f
No related branches found
No related tags found
1 merge request!1174MAINT: clarify the data consistency test
Pipeline #472963 passed
......@@ -635,7 +635,7 @@ class TestResultListError(unittest.TestCase):
with self.assertRaises(bilby.result.ResultListError):
self.nested_results.combine()
def test_combine_data_all_nan_consistent(self):
def test_combine_data_all_nan_consistent(self):
self.nested_results[0].log_noise_evidence = np.nan
self.nested_results[1].log_noise_evidence = np.nan
self.nested_results.combine()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment