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

Finish refactor debugging #848

Merged
merged 35 commits into from
Dec 20, 2021
Merged

Finish refactor debugging #848

merged 35 commits into from
Dec 20, 2021

Conversation

nfahlgren
Copy link
Member

Describe your changes
Finish converting functions to using the _debug module.

Type of update
Is this a: Feature enhancement

Associated issues
Closes #713

@nfahlgren nfahlgren added enhancement Enhancements to existing features work in progress Mark work in progress labels Dec 17, 2021
@nfahlgren nfahlgren added this to the PlantCV v3.14.0 milestone Dec 17, 2021
@nfahlgren nfahlgren added this to In progress in PlantCV3 via automation Dec 17, 2021
@codecov
Copy link

codecov bot commented Dec 17, 2021

Codecov Report

Merging #848 (aa7f6a2) into master (aec9924) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #848    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          142       142            
  Lines         6207      6055   -152     
==========================================
- Hits          6207      6055   -152     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

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

Impacted Files Coverage Δ
plantcv/plantcv/cluster_contour_mask.py 100.00% <ø> (ø)
plantcv/plantcv/spectral_index/spectral_index.py 100.00% <ø> (ø)
plantcv/plantcv/threshold/threshold_methods.py 100.00% <ø> (ø)
...lantcv/plantcv/hyperspectral/extract_wavelength.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/analyze_stem.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/check_cycles.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/find_branch_pts.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/find_tips.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/prune.py 100.00% <100.00%> (ø)
plantcv/plantcv/morphology/segment_angle.py 100.00% <100.00%> (ø)
... and 18 more

@nfahlgren nfahlgren added ready to review and removed work in progress Mark work in progress labels Dec 20, 2021
@nfahlgren nfahlgren merged commit aecd599 into master Dec 20, 2021
PlantCV3 automation moved this from In progress to Done Dec 20, 2021
@nfahlgren nfahlgren deleted the finish-refactor-debugging branch December 20, 2021 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements to existing features ready to review
Projects
No open projects
PlantCV3
  
Done
Development

Successfully merging this pull request may close these issues.

Refactor functions to utilize a debug module
2 participants