Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table.summary(recurse=True) : TypeError on MeasurementSets #239

Open
renaudmiel opened this issue Jan 11, 2023 · 0 comments
Open

table.summary(recurse=True) : TypeError on MeasurementSets #239

renaudmiel opened this issue Jan 11, 2023 · 0 comments

Comments

@renaudmiel
Copy link

renaudmiel commented 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.
Screenshot 2023-01-11 at 11 31 42

@renaudmiel 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant