Skip to content
Snippets Groups Projects
Commit c09c45ec authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

Removed unused gzip argument

parent 64d74f6c
No related branches found
No related tags found
1 merge request!932Fix pickle
Pipeline #204063 passed
......@@ -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
......
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