Skip to content

Commit a9fcd41

Browse files
Python3_PhaseMatrixQuickSyn: Add zprocess 2.2.7 dependency and fix a typo
1 parent c88ab6d commit a9fcd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhaseMatrixQuickSyn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def generate_code(self, hdf5_file):
9696

9797
dds.frequency.raw_output, dds.frequency.scale_factor = self.quantise_freq(dds.frequency.raw_output, dds)
9898
static_dtypes = dtype_workaround([('freq0', np.uint64)] + \
99-
- [('gate0', np.uint16)])
99+
[('gate0', np.uint16)])
100100
static_table = np.zeros(1, dtype=static_dtypes)
101101
static_table['freq0'].fill(1)
102102
static_table['freq0'] = dds.frequency.raw_output[0]

0 commit comments

Comments
 (0)