Skip to content

Commit

Permalink
Merge pull request #128 from winter-telescope/forcepipelinenames
Browse files Browse the repository at this point in the history
Force pipelines to have names
  • Loading branch information
robertdstein authored Sep 2, 2022
2 parents 567dcf6 + 0761561 commit 1445b4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion winterdrp/pipelines/base_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@

class Pipeline:
pipelines = {}
name = None

default_cal_requirements = None

@property
def name(self):
raise NotImplementedError()

@property
def all_pipeline_configurations(self):
Expand Down

0 comments on commit 1445b4c

Please sign in to comment.