Skip to content

Commit

Permalink
Tested all local-runtime & federated-runtime tutorials and testcases
Browse files Browse the repository at this point in the history
Signed-off-by: Parth Mandaliya <parth.mandaliya.007@gmail.com>
  • Loading branch information
ParthMandaliya committed Oct 4, 2023
1 parent d8acb9e commit bd18eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/experimental/workspace_builder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def __import_exported_script(self):
import sys
import importlib

sys.path.append(self.script_path.parent)
sys.path.append(str(self.script_path.parent))
self.exported_script_module = importlib.import_module(self.script_name)
self.available_modules_in_exported_script = dir(self.exported_script_module)

Expand Down
1 change: 1 addition & 0 deletions tests/github/experimental/testflow_datastore_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ 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 bd18eed

Please sign in to comment.