Skip to content

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

@mr-c

Description

@mr-c

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions