forked from M-Labs/artiq
examples: run should not return a value
This commit is contained in:
parent
f7eb0a6f22
commit
ba98ac1dcc
|
@ -42,4 +42,4 @@ class AluminumSpectroscopy(EnvExperiment):
|
||||||
break
|
break
|
||||||
if photon_count < self.photon_limit_low:
|
if photon_count < self.photon_limit_low:
|
||||||
state_0_count += 1
|
state_0_count += 1
|
||||||
return state_0_count
|
print(state_0_count)
|
||||||
|
|
Loading…
Reference in New Issue