Python icon indicating copy to clipboard operation
Python copied to clipboard

Fixed flake8 failed test in select and pulled functions out of basic in genetic_algorithm, Fixes: #7971

Open ThomasWaite03 opened this issue 3 years ago • 1 comments

Describe your change:

  • [ ] Add an algorithm?
  • [x] Fix a bug or typo in an existing algorithm?
  • [ ] Documentation change?

Checklist:

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized.
  • [x] I know that pull requests will not be merged if they fail the automated tests.
  • [x] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • [x] All new Python files are placed inside an existing directory.
  • [x] All filenames are in all lowercase characters with no spaces or dashes.
  • [x] All functions and variable names follow Python naming conventions.
  • [x] All function parameters and return values are annotated with Python type hints.
  • [x] All functions have doctests that pass the automated testing.
  • [x] All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
  • [x] If this pull request resolves one or more open issues then the commit message contains Fixes: #{$ISSUE_NO}.

ThomasWaite03 avatar Dec 22 '22 17:12 ThomasWaite03

@ThomasWaite03 FYI if you put the "Fixes: ..." in your comment rather than the title of the PR, then GitHub will automatically link it to the original issue

tianyizheng02 avatar Jan 02 '23 06:01 tianyizheng02

Closing this PR because #7971 was fixed by #8606

tianyizheng02 avatar Jul 31 '23 06:07 tianyizheng02