Bugfix in lasp_measurement
This commit is contained in:
parent
aaf6597776
commit
c03979991d
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user