From fb58f31c9d0cb4d1c3eeae7fe854b79dd13216da Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 29 Nov 2016 20:56:04 +0100 Subject: [PATCH] Revert "sawg: test w/o discrete_compensate" This reverts commit b736dd0df72ddcd93b81d232650e1e26389432e0. --- artiq/coredevice/sawg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/coredevice/sawg.py b/artiq/coredevice/sawg.py index 89b4d7fd2..8bfe4edf9 100644 --- a/artiq/coredevice/sawg.py +++ b/artiq/coredevice/sawg.py @@ -88,7 +88,6 @@ class Spline: ci = int64(round(vi)) coeff64[i] = ci # artiq.wavesynth.coefficients.discrete_compensate: - continue if i == 2: coeff64[1] += ci >> self.time_width + 1 elif i == 3: