Skip to content

Commit

Permalink
Update pipeline to use new template
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Dec 3, 2024
1 parent dea6faa commit 67bb103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipeline-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def merge_with_trials(self, data):
NEW_TEMPLATE_PATH, trial_name="Dummy Data for New Template"
)
# TODO: This is commented out so we don't add the dummy data to the "real" data
# processed_data.append(new_template_pipeline.run())
processed_data.append(new_template_pipeline.run())


class CASP004Pipeline(AbstractDataPipeline):
Expand Down

0 comments on commit 67bb103

Please sign in to comment.