Skip to content

Commit

Permalink
don't add dummy data to the final output
Browse files Browse the repository at this point in the history
  • Loading branch information
toddnief committed Sep 11, 2024
1 parent 55217ce commit fad0ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pipeline-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,8 @@ def merge_with_trials(self, data):

NEW_TEMPLATE_PATH = DATA_DIR / "CFTP_DisintegrationDataInput_Template_sept92024.csv"
new_template_pipeline = NewTemplatePipeline(NEW_TEMPLATE_PATH, trial_name="Dummy Data for New Template")
processed_data.append(new_template_pipeline.run())
# TODO: This is commented out so we don't add the dummy data to the "real" data
# processed_data.append(new_template_pipeline.run())


class CASP004Pipeline(AbstractDataPipeline):
Expand Down

0 comments on commit fad0ad7

Please sign in to comment.