Skip to content
Snippets Groups Projects
Commit 9c798069 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-627: Scoping in python remains hard

parent 8707f963
Branches
Tags
1 merge request!252L2SS-627: Update minimal python version
...@@ -243,7 +243,7 @@ class XSTCollector(StatisticsCollector): ...@@ -243,7 +243,7 @@ class XSTCollector(StatisticsCollector):
""" """
if subband_indices is None: if subband_indices is None:
subband_indices = range(MAX_PARALLEL_SUBBANDS) subband_indices = range(self.MAX_PARALLEL_SUBBANDS)
matrix = numpy.zeros((len(subband_indices), self.MAX_INPUTS, self.MAX_INPUTS), dtype=numpy.complex64) matrix = numpy.zeros((len(subband_indices), self.MAX_INPUTS, self.MAX_INPUTS), dtype=numpy.complex64)
xst_blocks = self.parameters["xst_blocks"] xst_blocks = self.parameters["xst_blocks"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment