proper docstring

This commit is contained in:
Martin Diehl 2020-06-01 22:13:01 +02:00
parent 37d7e593e8
commit a51cc39613
1 changed files with 7 additions and 0 deletions

View File

@ -268,6 +268,13 @@ class Result:
"""
Rename datasets.
Parameters
----------
name_old : str
name of the datasets to be renamed
name_new : str
new name of the datasets
"""
if self._allow_modification:
with h5py.File(self.fname,'a') as f: