Bug#1085692: joblib: FTBFS: AssertionError: assert ['4', '4'] == ['1', '1']

Santiago Vila sanvila at debian.org
Mon Oct 21 18:10:15 BST 2024


Hi. I see this in the build log:

         if cpu_count() == 1:
             second_level_backend_type = 'SequentialBackend'
             max_level = 1
         else:
             second_level_backend_type = 'ThreadingBackend'
             max_level = 2

The use of cpu_count() suggests to me that those tests are
actually supposed to work ok in all cases.

Thanks.



More information about the debian-science-maintainers mailing list