ishaileshpant
ishaileshpant
- Minor issue related to documentation/pre-requisite step for windows as openfl install via ``` pip install openfl ``` fails complaining of LongPath not enabled (which is the case in default...
Need to fix the ubuntu workflow that has been unstable for quite some time against most of the PRs https://github.com/securefederatedai/openfl/actions/workflows/ubuntu.yml
## Summary For the changes in get_aggregated_tensors api as per #1575 PR we need to adjust the REST api spec and the rest client for the changes ## Type of...
Currently assert statement are used in both tests and framework code and the same is followed in new PRs as well which triggers bandit alert e.g https://github.com/securefederatedai/openfl/security/code-scanning/1482 which is, specifically...
This PR refactors the aggregator and collaborator modules by replacing hard-coded “magic” numbers and strings with centralized constant definitions. A new file, constants.py, has been introduced in the openfl/component directory...
We don't have any sample / example workspace that shows how multiple task_groups, if assigned in a plan, will be consumed - behavior of aggregator / collaborator
Current test cases of aggregator and assigner are missing key test cases related to multiple task_groups assigment via the plan. All the samples and test cases assume only one task_group...