Control: forwarded -1
https://github.com/DEAP/deap/commit/0453060f6d9fce4e712f0f3479733118b2655bb4
thanks
Dear Maintainer,
> ======================================================================
> ERROR: deap.tests.test_algorithms.test_nsga3
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
> self.test(*self.arg)
> File
>"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_deap/build/deap/tests/test_algorithms.py",
> line 213, in test_nsga3
> pop = toolbox.select(pop, len(pop))
> File
>"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_deap/build/deap/tools/emo.py", line
>554, in selNSGA3
> selected = niching(pareto_fronts[-1], n, niches[sel_count:],
>dist[sel_count:], niche_counts)
> File
>"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_deap/build/deap/tools/emo.py", line
>624, in niching
> available = numpy.ones(len(individuals), dtype=numpy.bool)
> File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 284, in
>__getattr__
> raise AttributeError("module {!r} has no attribute "
> AttributeError: module 'numpy' has no attribute 'bool'
>
> ----------------------------------------------------------------------
> Ran 27 tests in 0.754s
>
> FAILED (errors=1)
This issue was fixed upstream and I can confirm the build is fine and all
test pass after applying aforementioned commit.
Kind Regards