flower icon indicating copy to clipboard operation
flower copied to clipboard

Shell changes

Open achiverram28 opened this issue 2 years ago • 0 comments

Issue

Modifying some of the things in the shell

Description

  1. In test-baseline-structure.sh , baseline_path=$(pwd)/$1 would take the dev path , but for testing we need the baseline path

  2. While testing even ruff cache would be there , so adding a way out to rm even that

Proposal

  1. Modified the current usage of baseline_path
  2. 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)

achiverram28 avatar Sep 17 '23 07:09 achiverram28