From c03979991df87b35f0eba1df7d8b2b35ff404217 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 17 Jun 2021 10:44:08 +0200 Subject: [PATCH] Bugfix in lasp_measurement --- lasp/lasp_measurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasp/lasp_measurement.py b/lasp/lasp_measurement.py index 94120ee..be65350 100644 --- a/lasp/lasp_measurement.py +++ b/lasp/lasp_measurement.py @@ -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): """