Skip to content

Commit

Permalink
Fixed small test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Nov 8, 2024
1 parent cab7b32 commit 7c5d3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ def single_stage_tester(
if df_check_kwargs is None:
df_check_kwargs = {}

if stage_kwargs is None:
stage_kwargs = {}

with input_dataset(input_files) as (input_dir, cohort_dir):
for k, v in pipeline_kwargs.items():
if type(v) is str and "{input_dir}" in v:
Expand Down

0 comments on commit 7c5d3bf

Please sign in to comment.