Baunsgaard commented on issue #871: [SYSTEMDS-314] Python Federated Matrices URL: https://github.com/apache/systemml/pull/871#issuecomment-605605198 Note, some tests are failing in python federated. This is intentionally left in, so that we at some point can go back and fix the underlying functionality. 1. bug is if you create a federated matrix that is not 100% filled in by federated workers. 2. bug is if you create a federated matrix that is larger than the input size, it crashes, while expected behavior is to pad the matrix with 0's for consistent behavior. 3. feature/bug, currently if a single federated matrix is having overlapping sub matrices, see tests ["federated basic test"](/src/main/python/tests/federated/test_federated_basic) for examples, the system does not complain, and in some cases even works by overwriting the matrix values of the first selected federated matrix with the later matrices.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services