Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Dec 16, 2024
1 parent 003dbf3 commit 482ad53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hippunfold/workflow/rules/gifti.smk
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ rule correct_bad_vertices1:
**config["subj_wildcards"]
),
params:
dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][wildcards.density],
dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][
wildcards.density
],
threshold=config["outlier_opts"]["vertexOutlierThreshold"],
output:
gii=bids(
Expand Down Expand Up @@ -764,7 +766,9 @@ rule correct_bad_vertices2:
**config["subj_wildcards"]
),
params:
dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][wildcards.density],
dist=lambda wildcards: config["outlier_opts"]["outlierSmoothDist"][
wildcards.density
],
threshold=config["outlier_opts"]["vertexOutlierThreshold"],
output:
gii=bids(
Expand Down

0 comments on commit 482ad53

Please sign in to comment.