diff --git a/nominal/core/channel.py b/nominal/core/channel.py index e31f121f..9250b2a4 100644 --- a/nominal/core/channel.py +++ b/nominal/core/channel.py @@ -133,10 +133,6 @@ def get_decimated( if buckets is not None and resolution is not None: raise ValueError("Either buckets or resolution should be provided") - if buckets is not None: - # Somehow the number of points returned is buckets / 1000 - buckets = buckets * 1000 - result = self._decimate_request(start, end, buckets, resolution) # when there are less than 1000 points, the result is numeric