Skip to content

Commit

Permalink
test(cpg_flow_test/stages.py): rm print inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
violetbrina committed Dec 13, 2024
1 parent cd9a5ce commit bed6aed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpg_flow_test/stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def queue_jobs(self, cohort: Cohort, inputs: StageInput) -> StageOutput | None:
input_files = inputs.as_dict_by_target(CumulativeCalc)
b = get_batch()

print('-----INPUTS-----')
print(dict(inputs))

sg_outputs = self.expected_outputs(cohort)
no_evens_output_path = str(sg_outputs['no_evens'])
job_no_evens = filter_evens(
Expand Down

0 comments on commit bed6aed

Please sign in to comment.