Skip to content

Commit c202164

Browse files
committed
Removed undo method, as history gives similar functionality.
1 parent a026023 commit c202164

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

eprpy/loader.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -442,18 +442,6 @@ def select_region(self,region):
442442
out_dict['data'] = out_dict['data'][...,region]
443443

444444
return EprData(out_dict)
445-
446-
def undo(self):
447-
"""
448-
Undo the processing step done on an EprData object by returning the previous EprData object.
449-
450-
Returns
451-
-------
452-
EprData
453-
Returns the last-saved EprData object from EprData.history
454-
"""
455-
456-
return self.history[-1][1]
457445

458446

459447

0 commit comments

Comments
 (0)