From 69fad1e3e5e33540073ef53f904c1a7617478944 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 4 Oct 2021 23:06:58 -0600 Subject: [PATCH] Update matchseries.py --- pyiron_experimental/matchseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()