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
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.
The text was updated successfully, but these errors were encountered:
parham-k
No branches or pull requests
While running the tests using Python 3.13.1:
The text was updated successfully, but these errors were encountered: