forked from M-Labs/artiq
examples/transport: cleanup
This commit is contained in:
parent
969f282de9
commit
856821849f
|
@ -82,7 +82,6 @@ class Transport(EnvExperiment):
|
|||
|
||||
def scan(self, stops):
|
||||
for s in stops:
|
||||
self.histogram = [0 for _ in range(self.bins)]
|
||||
# non-kernel, build frames
|
||||
# could also be rpc'ed from repeat()
|
||||
self.calc_waveforms(s)
|
||||
|
|
Loading…
Reference in New Issue