sawg: core is kernel_invariant

This commit is contained in:
Robert Jördens 2016-10-17 22:00:16 +02:00
parent b6002529cf
commit b2327cf808
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class SAWG:
Frequency and Phase are then assumed to be successive channels.
"""
kernel_invariants = {"amplitude_scale", "frequency_scale", "phase_scale",
"channel_base"}
"channel_base", "core"}
def __init__(self, dmgr, channel_base, parallelism=4, core_device="core"):
self.core = dmgr.get(core_device)