Skip to content
Snippets Groups Projects

Fix compatibility issues with bilby 0.5.2

Merged Gregory Ashton requested to merge fix-issues-with-bilby-0.5.1 into master
Files
4
+ 4
4
@@ -52,10 +52,10 @@ def get_results_filenames(args):
def check_consistency(results):
results._check_consistent_sampler()
results._check_consistent_data()
results._check_consistent_parameters()
results._check_consistent_priors()
results.check_consistent_sampler()
results.check_consistent_data()
results.check_consistent_parameters()
results.check_consistent_priors()
def read_in_result_list(args, results_filenames):
Loading