Skip to content

Commit

Permalink
Merge pull request #544 from pyiron/neighhdf
Browse files Browse the repository at this point in the history
TrainingContainer: Save to hdf after get_neighbors
  • Loading branch information
pmrv authored Dec 9, 2022
2 parents 631cefb + b5f7412 commit 12a11e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def collect_output(self):
def run_static(self):
if self.input.save_neighbors:
self.get_neighbors()
self.to_hdf()
self.status.finished = True

def run_if_interactive(self):
Expand Down

0 comments on commit 12a11e0

Please sign in to comment.