Open renaudmiel opened 1 year ago
A MeasurementSet table has an 'MS_VERSION' keyword, e.g.: 'MS_VERSION': 2.0
The error occurs because the code attempts to iterate on the value of 'MS_VERSION', which - being a float - is not iterable.
A MeasurementSet table has an 'MS_VERSION' keyword, e.g.: 'MS_VERSION': 2.0
The error occurs because the code attempts to iterate on the value of 'MS_VERSION', which - being a float - is not iterable.