We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is python 2.7 specific, and was introduced between casacore 3.3.0 and the latest master.
Reproduce with:
# Create some test dataset taql 'select rownr() as somenum limit 10 giving numbers.tab'
> from casacore.tables import table, tablecolumn > tc = tablecolumn(table('numbers.tab'), 'somenum') Successful readonly open of default-locked table numbers.tab: 1 columns, 10 rows > len(tc) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: __len__() should return an int
See this travis build. The python3 build against casacore master succeeds.
The text was updated successfully, but these errors were encountered:
Fixed by #207
Sorry, something went wrong.
No branches or pull requests
This is python 2.7 specific, and was introduced between casacore 3.3.0 and the latest master.
Reproduce with:
See this travis build. The python3 build against casacore master succeeds.
The text was updated successfully, but these errors were encountered: