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

add line return to Sample Images function #856

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Conversation

HaleySchuhl
Copy link
Contributor

add in a line return to the step where new snapshot info CSVs are getting printed out

Type of update
Is this a:

  • Bug fix

Associated issues

Additional context
Add any other context about the problem here.

add in a line return to the step where new snapshot info CSVs are getting printed out
@HaleySchuhl HaleySchuhl added the bugfix Bug fixes label Jan 20, 2022
@HaleySchuhl HaleySchuhl added this to the PlantCV v3.14.0 milestone Jan 20, 2022
@HaleySchuhl HaleySchuhl self-assigned this Jan 20, 2022
@HaleySchuhl HaleySchuhl added this to In progress in PlantCV3 via automation Jan 20, 2022
@codecov
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

Merging #856 (2ac8263) into master (aecd599) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master      #856    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          153       142    -11     
  Lines         6781      6055   -726     
==========================================
- Hits          6781      6055   -726     
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/utils/sample_images.py 100.00% <100.00%> (ø)
plantcv/__init__.py 100.00% <0.00%> (ø)
plantcv/plantcv/_debug.py 100.00% <0.00%> (ø)
plantcv/plantcv/classes.py 100.00% <0.00%> (ø)
plantcv/plantcv/plot_image.py 100.00% <0.00%> (ø)
plantcv/plantcv/print_image.py 100.00% <0.00%> (ø)
plantcv/plantcv/photosynthesis/__init__.py 100.00% <0.00%> (ø)
...lantcv/plantcv/photosynthesis/read_cropreporter.py 100.00% <0.00%> (ø)
plantcv/plantcv/_show_dataarray.py
plantcv/plantcv/homology/constella.py
... and 9 more

Copy link
Member

@nfahlgren nfahlgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @HaleySchuhl!

@nfahlgren nfahlgren merged commit df5ba86 into master Jan 20, 2022
PlantCV3 automation moved this from In progress to Done Jan 20, 2022
@nfahlgren nfahlgren deleted the sample_images_bugfix branch January 20, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bug fixes
Projects
No open projects
PlantCV3
  
Done
Development

Successfully merging this pull request may close these issues.

sample_images function does not output line returns
2 participants