Skip to content

Remove unused variables & functions#4

Open
ppartarr wants to merge 1 commit intorchatterjee:masterfrom
ppartarr:refactor/remove-unused-variables
Open

Remove unused variables & functions#4
ppartarr wants to merge 1 commit intorchatterjee:masterfrom
ppartarr:refactor/remove-unused-variables

Conversation

@ppartarr
Copy link
Contributor

@ppartarr ppartarr commented Mar 12, 2021

  • max neighbourhood n size is never used
  • tpw_done & guess_list serve the same purpose, so remove tpw_done
  • estimated_ball_weight is always positive (product of probability and the size of ball)
  • function test_success_rate is never called

@ppartarr ppartarr force-pushed the refactor/remove-unused-variables branch from 862352d to cee2a03 Compare March 12, 2021 07:54
@ppartarr ppartarr changed the title Remove unused variables Remove unused variables & functions Mar 12, 2021
Neighbourhood size is never used & estimated_ball_weight is always positive (product of probability & size of ball)
@ppartarr ppartarr force-pushed the refactor/remove-unused-variables branch from cee2a03 to c70c2fc Compare March 13, 2021 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant