Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many leading '#' for block comment #1402

Merged
merged 1 commit into from
Nov 13, 2023
Merged

too many leading '#' for block comment #1402

merged 1 commit into from
Nov 13, 2023

Conversation

dhiraj-ms
Copy link
Contributor

Changed the block comments from double hash symbols (##) to single hash symbols (#) for consistency with standard Python commenting practices.

Describe your changes
A clear and concise description of what changes are made by this pull request.
What was the previous functionality (if relevant) and what can we do now with
these changes.

Type of update
Is this a:

  • Bug fix
  • New feature or feature enhancement
  • Update to documentation
  • Work in progress

Associated issues
Reference associated issue numbers. Does this pull request close any issues?

Additional context
Add any other context about the problem here.

For the reviewer
See this page for instructions on how to review the pull request.

  • PR functionality reviewed in a Jupyter Notebook
  • All tests pass
  • Test coverage remains 100%
  • Documentation tested
  • New documentation pages added to plantcv/mkdocs.yml
  • Changes to function input/output signatures added to updating.md
  • Code reviewed
  • PR approved

Changed the block comments from double hash symbols (##) to single hash symbols (#) for consistency with standard Python commenting practices.
@dhiraj-ms dhiraj-ms added the cleanup Code quality updates label Nov 13, 2023
@dhiraj-ms dhiraj-ms self-assigned this Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #1402 (f9d5bfe) into main (1191857) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1402   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          158       158           
  Lines         6939      6939           
=========================================
  Hits          6939      6939           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
plantcv/plantcv/annotate/points.py 100.00% <ø> (ø)

@nfahlgren nfahlgren merged commit ddc07cb into main Nov 13, 2023
6 checks passed
@nfahlgren nfahlgren deleted the FLK-E266 branch November 13, 2023 21:48
@nfahlgren nfahlgren added this to Pull Requests in PlantCV4 via automation Nov 14, 2023
@nfahlgren nfahlgren added this to the PlantCV v4.1 milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Code quality updates ready to review
Projects
PlantCV4
  
Pull Requests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants