diff --git a/bilby/core/result.py b/bilby/core/result.py index 1454bb4bb1b74a290d63b8621502c81117192665..b668c77191daf857a23ba8e905da7643e39e4369 100644 --- a/bilby/core/result.py +++ b/bilby/core/result.py @@ -329,7 +329,7 @@ class Result(object): num_likelihood_evaluations=None, walkers=None, max_autocorrelation_time=None, use_ratio=None, parameter_labels=None, parameter_labels_with_unit=None, - gzip=False, version=None): + version=None): """ A class to store the results of the sampling run Parameters @@ -375,8 +375,6 @@ class Result(object): likelihood was used during sampling parameter_labels, parameter_labels_with_unit: list Lists of the latex-formatted parameter labels - gzip: bool - Set to True to gzip the results file (if using json format) version: str, Version information for software used to generate the result. Note, this information is generated when the result object is initialized