examples: run should not return a value

This commit is contained in:
Sebastien Bourdeauducq 2016-06-03 22:55:50 -04:00
parent 9ec142e4f6
commit ec3641551c
1 changed files with 1 additions and 1 deletions

View File

@ -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)