Merge remote-tracking branch 'origin/master'

This commit is contained in:
dominik 2022-11-04 17:24:04 +01:00
commit 47f11a073c

View File

@ -393,7 +393,7 @@ class Points:
def integrate(self, log: bool = False, limits: tuple[float, float] = None) -> PointLike:
new_data = self.copy()
if limits is not None:
if limits != (None, None):
new_data.cut(*limits)
if log: