Skip to content
Snippets Groups Projects

MAINT: clarify the data consistency test

Merged Colm Talbot requested to merge data-consistency-test-clarity into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -635,7 +635,7 @@ class TestResultListError(unittest.TestCase):
with self.assertRaises(bilby.result.ResultListError):
self.nested_results.combine()
def test_combine_inconsistent_data_nan(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()
Loading