Skip to content

Commit

Permalink
test_rtio: integer division
Browse files Browse the repository at this point in the history
jordens committed Apr 5, 2016
1 parent 1a04cc0 commit 73795ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/coredevice/test_rtio.py
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ def run(self):
self.core.break_realtime()
break
else:
self.set_dataset("pulse_rate", mu_to_seconds(dt/2))
self.set_dataset("pulse_rate", mu_to_seconds(dt//2))
return


0 comments on commit 73795ff

Please sign in to comment.