Skip to content
Snippets Groups Projects
mio's avatar
mio authored
Skip failed test `test_transformer_iterable`.
Also include minor formatting adjustment for failed tests.

```
[gw21] linux -- Python 3.12.7
/home/buildozer/aports/community/py3-gplearn/src/gplearn-0.4.2/.testenv/bin/python3

    def test_transformer_iterable():
            """Check that the transformer is iterable"""

[...]

>       assert(fitted_iter == expected_iter)
E       assert [8, 12, 1, 29, 9, 33, ...] == [8, 12, 2, 29, 9, 33, ...]
E
E         At index 2 diff: 1 != 2
E         Use -v to get more diff

gplearn/tests/test_genetic.py:997: AssertionError
```
b2b8c78f
History
Name Last commit Last update
..
APKBUILD