2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-11 12:46:37 +08:00

examples/transport: cleanup

This commit is contained in:
Robert Jördens 2016-02-23 19:57:45 +01:00
parent 969f282de9
commit 856821849f

View File

@ -82,7 +82,6 @@ class Transport(EnvExperiment):
def scan(self, stops): def scan(self, stops):
for s in stops: for s in stops:
self.histogram = [0 for _ in range(self.bins)]
# non-kernel, build frames # non-kernel, build frames
# could also be rpc'ed from repeat() # could also be rpc'ed from repeat()
self.calc_waveforms(s) self.calc_waveforms(s)