forked from M-Labs/artiq
coredevice: fix run method
This commit is contained in:
parent
01f21f7545
commit
f4acf04405
|
@ -84,7 +84,6 @@ class Core:
|
|||
self.comm.load(kernel_library)
|
||||
self.comm.run()
|
||||
self.comm.serve(None, None, None)
|
||||
return result
|
||||
|
||||
@portable
|
||||
def seconds_to_mu(self, seconds: float) -> int64:
|
||||
|
|
Loading…
Reference in New Issue