mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-24 10:54:02 +08:00
experiment/_DummyTimeManager: add missing enter_parallel
This commit is contained in:
parent
9e8077b873
commit
b0006e933a
@ -42,6 +42,7 @@ class _DummyTimeManager:
|
||||
raise NotImplementedError("Attempted to interpret kernel without a time manager")
|
||||
|
||||
enter_sequential = _not_implemented
|
||||
enter_parallel = _not_implemented
|
||||
exit = _not_implemented
|
||||
take_time = _not_implemented
|
||||
get_time = _not_implemented
|
||||
|
Loading…
Reference in New Issue
Block a user