Bugfix in lasp_measurement

This commit is contained in:
Anne de Jong 2021-06-17 10:44:08 +02:00
parent aaf6597776
commit c03979991d

View File

@ -247,7 +247,7 @@ class Measurement:
# If quantity data is not available, this is an 'old'
# measurement file.
logging.debug(f'Physical quantity data not available in measurement file. Assuming {SIQtys.default}')
self._qtys = [SIQtys.default for i in range(self.nchannels)]
self._qtys = [SIQtys.default() for i in range(self.nchannels)]
def setAttribute(self, atrname, value):
"""