flower
flower copied to clipboard
Shell changes
Issue
Modifying some of the things in the shell
Description
-
In
test-baseline-structure.sh,baseline_path=$(pwd)/$1would take the dev path , but for testing we need the baseline path -
While testing even ruff cache would be there , so adding a way out to rm even that
Proposal
- Modified the current usage of
baseline_path - Added a new feature in flwr/dev/rm-cache.sh to remove ruff_cache
Checklist
- [ ] Implement proposed change
- [ ] Write tests
- [ ] Update documentation
- [ ] Update changelog
- [ ] Make CI checks pass
- [ ] Ping maintainers on Slack (channel
#contributions)