You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/12/01 08:02:25 UTC

[systemds] branch main updated: [MINOR][DOC] Update Multiple Federated Environments Example Result

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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new fbed9dc  [MINOR][DOC] Update Multiple Federated Environments Example Result
fbed9dc is described below

commit fbed9dc38cccc29745e1756e6a26d9a556cdb236
Author: Saeed Fathollahzadeh <s....@gmail.com>
AuthorDate: Wed Dec 1 09:02:19 2021 +0100

    [MINOR][DOC] Update Multiple Federated Environments Example Result
    
    Closes #1469.
---
 src/main/python/docs/source/guide/federated.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/python/docs/source/guide/federated.rst b/src/main/python/docs/source/guide/federated.rst
index fefea54..1e6eec7 100644
--- a/src/main/python/docs/source/guide/federated.rst
+++ b/src/main/python/docs/source/guide/federated.rst
@@ -89,9 +89,9 @@ The print should look like
 
 .. code-block::
 
-  [[ 1.  4.  9.  1.  4.  9.]
-   [16. 25. 36. 16. 25. 36.]
-   [49. 64. 81. 49. 64. 81.]]
+  [[198. 243. 288.]
+   [198. 243. 288.]
+   [198. 243. 288.]]
 
 .. note::