1
0
forked from IPKM/nmreval

split data at given index

This commit is contained in:
dominik
2022-04-03 16:42:44 +02:00
parent e19d32b736
commit 531eac22b7
16 changed files with 190 additions and 227 deletions

View File

@ -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: