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

TypeError: 'btllib.SeqReaderRecordIterator' object is not iterable #137

Open
mr-c opened this issue Jan 13, 2025 · 0 comments
Open

TypeError: 'btllib.SeqReaderRecordIterator' object is not iterable #137

mr-c opened this issue Jan 13, 2025 · 0 comments
Assignees

Comments

@mr-c
Copy link

mr-c commented Jan 13, 2025

While running the tests using Python 3.13.1:

[0/1] Running external command test-wrappers (wrapped by meson to set env)
....................[2025-01-13 10:17:24][INFO] MIBloomFilter: Bit vector size: 1048576
Popcount: 2956
...................E..
======================================================================
ERROR: test_seq_reader_single_seq (test_seq_reader.SeqReaderTests.test_seq_reader_single_seq)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<BUILDDIR>>package/tests/python/test_seq_reader.py", line 15, in test_seq_reader_single_seq
    read = [record.seq for record in reader]
                                     ^^^^^^
TypeError: 'btllib.SeqReaderRecordIterator' object is not iterable

----------------------------------------------------------------------
Ran 42 tests in 0.156s

FAILED (errors=1)
FAILED: meson-internal__test-wrappers 
env MESON_SOURCE_ROOT=/<<BUILDDIR>>package MESON_BUILD_ROOT=/<<BUILDDIR>>package/obj-x86_64-linux-gnu MESON_SUBDIR= 'MESONINTROSPECT=/usr/bin/meson introspect' /<<BUILDDIR>>package/scripts/test-wrappers
ninja: build stopped: subcommand failed.
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

2 participants