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

Update x axis pseudolandmarks, remove obj input parameter #1169

Merged
merged 36 commits into from
Jun 15, 2023

Conversation

HaleySchuhl
Copy link
Contributor

@HaleySchuhl HaleySchuhl commented May 19, 2023

Describe your changes

Type of update
Is this a:

  • New feature or feature enhancement
  • Work in progress

Associated issues
#945

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

@HaleySchuhl HaleySchuhl self-assigned this May 19, 2023
@HaleySchuhl HaleySchuhl added enhancement Enhancements to existing features work in progress Mark work in progress update Updates an existing feature/method Objects class implementation labels May 19, 2023
@HaleySchuhl HaleySchuhl added this to Pull Requests in PlantCV4 via automation May 19, 2023
@HaleySchuhl HaleySchuhl added this to the PlantCV v4.0 milestone May 19, 2023
@codecov
Copy link

codecov bot commented Jun 15, 2023

Codecov Report

Merging #1169 (a453fc2) into release-4.0 (86539d9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-4.0     #1169     +/-   ##
===============================================
  Coverage       100.00%   100.00%             
===============================================
  Files              347       174    -173     
  Lines            15364      7730   -7634     
===============================================
- Hits             15364      7730   -7634     
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/__init__.py 100.00% <ø> (ø)
plantcv/plantcv/homology/__init__.py 100.00% <100.00%> (ø)
plantcv/plantcv/homology/x_axis_pseudolandmark.py 100.00% <100.00%> (ø)

... and 174 files with indirect coverage changes

@HaleySchuhl HaleySchuhl added ready to review and removed work in progress Mark work in progress labels Jun 15, 2023
In the prior version there was an edge case where the mask could have data but the object could return 0 for moments. Since the objects are not derived directly from the mask I don't think that's possible
@nfahlgren nfahlgren merged commit 2efd7fd into release-4.0 Jun 15, 2023
5 of 6 checks passed
PlantCV4 automation moved this from Pull Requests to Done Jun 15, 2023
@nfahlgren nfahlgren deleted the update_x_axis_pseudolandmarks_iterable branch June 15, 2023 18:51
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 update Updates an existing feature/method
Projects
PlantCV4
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants