diff --git a/pyiron_experimental/matchseries.py b/pyiron_experimental/matchseries.py index 4d37520..82cc421 100644 --- a/pyiron_experimental/matchseries.py +++ b/pyiron_experimental/matchseries.py @@ -3,7 +3,7 @@ from pyiron_base import GenericJob, GenericParameters -class MatchSeries(TemplateJob): +class MatchSeries(GenericJob): def __init__(self, project, job_name): super().__init__(project, job_name) self.input = MatchSeriesInput()