Skip to content

Commit

Permalink
fixup! Load in a seed mechanism and filter tensors for restarting jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkpayne committed Aug 9, 2019
1 parent 86b9391 commit 89290b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmgpy/rmg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ def initialize(self, **kwargs):
util.makeOutputSubdirectory(self.outputDirectory, 'previous_restart')
shutil.copytree(self.coreSeedPath, coreRestart)
shutil.copytree(self.edgeSeedPath, edgeRestart)
os.mkdir(filtersRestart)
shutil.copyfile(self.filtersPath, os.path.join(filtersRestart, 'filters.h5'))
shutil.copyfile(self.speciesMapPath, os.path.join(filtersRestart, 'species_map.yml'))

Expand Down

0 comments on commit 89290b0

Please sign in to comment.