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

Fix ipython detection #1844

Merged
merged 2 commits into from
May 17, 2021
Merged

Fix ipython detection #1844

merged 2 commits into from
May 17, 2021

Conversation

ivirshup
Copy link
Member

@ivirshup ivirshup commented May 17, 2021

Fixes #1841

It would be nice to test this, but I'm not sure we're set up for that. E.g., we can test that it doesn't work in a python session, but I'm not sure if we can test that it does work in an ipython session.

TODO:

  • Release note
  • Test? Not so sure how to do this, and it's useful now.

@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #1844 (2d0b15b) into master (525f08f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1844   +/-   ##
=======================================
  Coverage   71.21%   71.21%           
=======================================
  Files          92       92           
  Lines       11180    11181    +1     
=======================================
+ Hits         7962     7963    +1     
  Misses       3218     3218           
Impacted Files Coverage Δ
scanpy/_settings.py 92.57% <100.00%> (+0.03%) ⬆️

Copy link
Contributor

@VolkerBergen VolkerBergen left a comment

Choose a reason for hiding this comment

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

Works perfectly!

@ivirshup ivirshup enabled auto-merge (squash) May 17, 2021 08:19
@ivirshup ivirshup merged commit bcfa925 into scverse:master May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing to detect ipython
2 participants