Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Feb 3, 2025
1 parent b3b9e04 commit fe475ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions tools/ipapy2/ipapy2_gibbs_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion tools/ipapy2/ipapy2_gibbs_sampler_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fe475ce

Please sign in to comment.