forked from IPKM/nmreval
split data at given index
This commit is contained in:
@ -510,7 +510,7 @@ class Points:
|
||||
|
||||
return self
|
||||
|
||||
def cut(self, low_lim=None, high_lim=None):
|
||||
def cut(self, low_lim: float = None, high_lim: float = None):
|
||||
"""
|
||||
Cut
|
||||
Args:
|
||||
|
Reference in New Issue
Block a user