-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganization of OpenFL Experimental Directory Structure #1169
Reorganization of OpenFL Experimental Directory Structure #1169
Conversation
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
…date-dir-structure
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
@refai06, thanks for taking a stab at this effort! Unfortunately, I think this PR has become too big, and I'd suggest to split it in two:
WDYT? |
…date-dir-structure
Signed-off-by: refai06 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am approving this PR after an offline discussion where I gained a better understanding of the motivation behind the proposed changes. One of the benefits of moving the current set of Workflow API tutorials under openfl-tutorials/workflow/LocalRuntime
is to accommodate for the upcoming ones under openfl-tutorials/workflow/FederatedRuntime
.
openfl-tutorials/experimental/workflow/LocalRuntime/workflow_interface_requirements.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
Signed-off-by: refai06 <[email protected]>
a26bdb2
into
securefederatedai:develop
Background
This PR aims to reorganize the OpenFL experimental directory structure for improved clarity and maintainability.
Description of Changes:
openfl/experimental
have been moved toopenfl/experimental/workflow
openfl-tutorial/experimental
directory has been restructured intoopenfl-tutorial/experimental/workflow
openfl-workspace/experimental
directory has been restructured intoopenfl-workspace/experimental/workflow/AggregatorBasedWorkflow
tests/github/experimental
directory has been reorganized intotests/github/experimental/workflow/LocalRuntime
for LocalRuntime.tests/github/experimental/workspace/
directory has been reorganized intotests/github/experimental/workflow/AggregatorBasedWorkflow
for AggregatorBasedWorkflow.FederatedRuntime
will be addressed in a separate PR.Verification:
Following verification has been performed
All test cases have been verified and are working as expected.
tests/github/experimental/workflow/LocalRuntime
tests/github/experimental/workflow/AggregatorBasedWorkflow
Following LocalRuntime tutorials are executed (
openfl-tutorial/experimental/workflow
)Following Aggregator Based Workflow tutorials are executed
(
openfl-workspace/experimental/workflow/AggregatorBasedWorkflow
)Desktop: