Skip to content

Commit

Permalink
Testflow for verifying stdout redirection to Metaflow datastore (secu…
Browse files Browse the repository at this point in the history
…refederatedai#758)

* implemented ray.wait

* reverted changes back after testing

* adding datastore cli test case

* removed unused variables

* removed stderr validation

* fixed lint suggestions

Signed-off-by: Parth Mandaliya <parthx.mandaliya@intel.com>
  • Loading branch information
KeertiX authored and ParthM-GitHub committed Sep 28, 2023
1 parent 9a51a5d commit 85e7578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/github/experimental/testflow_datastore_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class TestFlowDatastoreAndCli(FLSpec):
"""
Testflow for Dataflow and CLI Functionality
"""

def __init__(self, model=None, optimizer=None, rounds=3, **kwargs):
super().__init__(**kwargs)
if model is not None:
Expand Down

0 comments on commit 85e7578

Please sign in to comment.