Apply suggestions from code review

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Andrew Johnson 2019-08-07 11:20:34 -05:00 committed by GitHub
parent 00095b8b74
commit 4043e02fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ class Results(object):
Returns
-------
Results
- New results object
New results object
"""
new = Results()
new.volume = {lm: self.volume[lm] for lm in local_materials}

View file

@ -24,7 +24,7 @@ class ResultsList(list):
Returns
-------
new : ResultsList
New instance of depletion results
New instance of depletion results
"""
with h5py.File(str(filename), "r") as fh:
check_filetype_version(fh, 'depletion results', _VERSION_RESULTS[0])