diff --git a/cpg_flow_test/stages.py b/cpg_flow_test/stages.py index 01c153b..da004c7 100644 --- a/cpg_flow_test/stages.py +++ b/cpg_flow_test/stages.py @@ -118,7 +118,7 @@ def queue_jobs(self, cohort: Cohort, inputs: StageInput) -> StageOutput | None: b = get_batch() print('-----INPUTS-----') - print(inputs.as_dict()) + print(dict(inputs)) sg_outputs = self.expected_outputs(cohort) no_evens_output_path = str(sg_outputs['no_evens'])