mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
examples: run should not return a value
This commit is contained in:
parent
9ec142e4f6
commit
ec3641551c
@ -42,4 +42,4 @@ class AluminumSpectroscopy(EnvExperiment):
|
||||
break
|
||||
if photon_count < self.photon_limit_low:
|
||||
state_0_count += 1
|
||||
return state_0_count
|
||||
print(state_0_count)
|
||||
|
Loading…
Reference in New Issue
Block a user