proper docstring
This commit is contained in:
parent
37d7e593e8
commit
a51cc39613
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue