Add return type

This commit is contained in:
Matt Guthaus 2019-07-24 17:00:38 -07:00
parent 2f03c594c5
commit 54b312eaf9
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ class delay(simulation):
self.stim.run_sim()
self.check_measurements()
return self.check_measurements()
def check_measurements(self):
""" Check the write and read measurements """