You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
renaudmiel
changed the title
table.summary(recurse=True) : TypeError when table has keyword 'MS_VERSION': 2.0
table.summary(recurse=True) : TypeError on MeasurementSets
Jan 11, 2023
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.
The text was updated successfully, but these errors were encountered: