This is an automated email from the ASF dual-hosted git repository.

mboehm7 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 0d5e94a  [SYSTEMDS-2755] Minor bug fixes for Lineage Estimator
     new 0968c3b  [SYSTEMDS-2759] Add federated lmCG test for rewrite debugging
     new ed8b5f5  [SYSTEMDS-2759] Fix error handling federated read, wrong test 
meta data

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/functionsTests.yml               |   3 +-
 .../federated/FederatedWorkerHandler.java          |   4 +-
 .../instructions/fed/InitFEDInstruction.java       |  20 ++-
 .../org/apache/sysds/test/AutomatedTestBase.java   |   2 +-
 .../test/functions/builtin/BuiltinLmTest.java      |   2 +-
 .../test/functions/privacy/FederatedLmCGTest.java  | 144 +++++++++++++++++++++
 .../FederatedLmCG.dml}                             |   7 +-
 .../FederatedLmCG2.dml}                            |   8 +-
 8 files changed, 175 insertions(+), 15 deletions(-)
 create mode 100644 
src/test/java/org/apache/sysds/test/functions/privacy/FederatedLmCGTest.java
 copy 
src/test/scripts/functions/{federated/primitives/FederatedCastToFrameTest.dml 
=> privacy/FederatedLmCG.dml} (85%)
 copy 
src/test/scripts/functions/{federated/primitives/FederatedCastToFrameTest.dml 
=> privacy/FederatedLmCG2.dml} (76%)

Reply via email to