Skip to content

Commit

Permalink
Update pyiron_atomistics/table/datamining.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
  • Loading branch information
samwaseda and jan-janssen committed Jan 20, 2021
1 parent 51015c7 commit 725f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_atomistics/table/datamining.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class TableJob(BaseTableJob):
Data obtained can be analysed via `table.get_dataframe()`, which returns a pandas dataframe.
More can be found on this page: https://github.com/pyiron/pyiron/blob/master/notebooks/data_mining.ipynb
More can be found on this page: https://github.com/pyiron/pyiron_atomistics/blob/master/notebooks/data_mining.ipynb
"""
def __init__(self, project, job_name):
super(TableJob, self).__init__(project, job_name)
Expand Down

0 comments on commit 725f646

Please sign in to comment.