Skip to content

Commit

Permalink
Update job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Dec 10, 2021
1 parent 5f3af5d commit d0f1bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_contrib/atomistics/cp2k/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Cp2kJob(AtomisticGenericJob):
def __init__(self, project, job_name):
super(Cp2kJob, self).__init__(project, job_name)
self.__name__ = "cp2k"
self.input = DataContainer(pyiron_dict)
self.input = DataContainer(pyiron_dict, table_name="control_dict")

def to_hdf(self, hdf=None, group_name=None):
"""
Expand Down

0 comments on commit d0f1bd4

Please sign in to comment.