We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a026023 commit c202164Copy full SHA for c202164
eprpy/loader.py
@@ -442,18 +442,6 @@ def select_region(self,region):
442
out_dict['data'] = out_dict['data'][...,region]
443
444
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]
457
458
459
0 commit comments