Skip to content

Commit

Permalink
Update matchseries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 5, 2021
1 parent e91c928 commit 69fad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_experimental/matchseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 69fad1e

Please sign in to comment.