Skip to content

Commit

Permalink
examples/pdq2_simple: remove spurious print()
Browse files Browse the repository at this point in the history
jordens committed Feb 23, 2016
1 parent b363cb1 commit 53ca3a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -39,5 +39,4 @@ def run(self):
offsets = np.linspace(0, 10, 3)
for o in offsets:
self.setup(o)
print(self.electrodes.get_program())
self.one()

0 comments on commit 53ca3a8

Please sign in to comment.