Tests are not passing on OSX because of utils.shared_array that uses multiprocessing in a way that is not supported by mac os x
On python 3.8.5 darwin:
FAILED test/utils/shared_array_test.py::SharedArrayTest::test_data - AttributeError: Can't pickle local object 'SharedArrayTest.test_data.<locals>.task'
I haven't investigated the details yet
Tests are not passing on OSX because of utils.shared_array that uses multiprocessing in a way that is not supported by mac os x
On python 3.8.5 darwin:
FAILED test/utils/shared_array_test.py::SharedArrayTest::test_data - AttributeError: Can't pickle local object 'SharedArrayTest.test_data.<locals>.task'I haven't investigated the details yet