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

Bug fix for smallest_dot in sc.pl.dotplot() #1771

Merged
merged 5 commits into from
May 25, 2021
Merged

Conversation

sjfleming
Copy link
Contributor

Solves #1770

@codecov
Copy link

codecov bot commented Mar 30, 2021

Codecov Report

Merging #1771 (c3f59ee) into master (bcfa925) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1771   +/-   ##
=======================================
  Coverage   71.21%   71.22%           
=======================================
  Files          92       92           
  Lines       11181    11181           
=======================================
+ Hits         7963     7964    +1     
+ Misses       3218     3217    -1     
Impacted Files Coverage Δ
scanpy/plotting/_dotplot.py 87.16% <100.00%> (+0.37%) ⬆️

@ivirshup ivirshup added this to the 1.7.2 milestone Mar 31, 2021
Copy link
Member

@ivirshup ivirshup left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Yeah, this looks like a typo, and your fix looks good.

Could you update the reference plot for the tests? This will just entail replacing the reference figure with the new figure generated by the failing test? This may need to happen for all the tests which use smallest_dot.

@ivirshup ivirshup modified the milestones: 1.7.2, 1.7.3 Apr 7, 2021
@sjfleming
Copy link
Contributor Author

Hi @ivirshup , I replaced the one test image that was causing a failure, as you suggested. (And I checked to make sure the image makes sense... it does...) I think this should do it.

@ivirshup ivirshup merged commit ab9104c into scverse:master May 25, 2021
@ivirshup
Copy link
Member

Looks good, thanks!

meeseeksmachine pushed a commit to meeseeksmachine/scanpy that referenced this pull request May 25, 2021
ivirshup pushed a commit that referenced this pull request May 25, 2021
Co-authored-by: Stephen Fleming <sjfleming@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants