From fe475ce2eda7523616eaa6766f99abeda060f2c2 Mon Sep 17 00:00:00 2001 From: hechth Date: Mon, 3 Feb 2025 16:44:57 +0100 Subject: [PATCH] lint --- tools/ipapy2/ipapy2_gibbs_sampler.py | 26 ++++++++++++------------ tools/ipapy2/ipapy2_gibbs_sampler_add.py | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/ipapy2/ipapy2_gibbs_sampler.py b/tools/ipapy2/ipapy2_gibbs_sampler.py index e7a2f8d5..47725efe 100644 --- a/tools/ipapy2/ipapy2_gibbs_sampler.py +++ b/tools/ipapy2/ipapy2_gibbs_sampler.py @@ -10,18 +10,18 @@ def main( - input_dataset_mapped_isotope_patterns, - input_dataset_annotations, - integrating_mode, - input_dataset_bio, - noits, - burn, - delta_bio, - delta_add, - all_out, - zs, - zs_out, - output_dataset, + input_dataset_mapped_isotope_patterns, + input_dataset_annotations, + integrating_mode, + input_dataset_bio, + noits, + burn, + delta_bio, + delta_add, + all_out, + zs, + zs_out, + output_dataset, ): annotations_df = input_dataset_annotations annotations_df["post"] = annotations_df["post"].replace("", 0) @@ -146,7 +146,7 @@ def main( "--zs", nargs=2, action=LoadTextAction, - help="""a txt file containing the list of assignments computed in a previous run of the Gibbs sampler. + help="""a txt file containing the list of assignments computed in a previous run of the Gibbs sampler. Optional, default None.""", ) parser.add_argument( diff --git a/tools/ipapy2/ipapy2_gibbs_sampler_add.py b/tools/ipapy2/ipapy2_gibbs_sampler_add.py index d184ccf6..0578fce5 100644 --- a/tools/ipapy2/ipapy2_gibbs_sampler_add.py +++ b/tools/ipapy2/ipapy2_gibbs_sampler_add.py @@ -99,7 +99,7 @@ def main( "--zs", nargs=2, action=LoadTextAction, - help="""a txt file containing the list of assignments computed in a previous run of the Gibbs sampler. + help="""a txt file containing the list of assignments computed in a previous run of the Gibbs sampler. Optional, default None.""", ) parser.add_argument(