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

[ENH] tSNE: Move from single-cell to core #3379

Merged
merged 1 commit into from
Nov 12, 2018
Merged

Conversation

VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Nov 9, 2018

Issue
Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@VesnaT VesnaT changed the title OWtSNE: Move from single-cell to core [ENH] tSNE: Move from single-cell to core Nov 9, 2018
@lanzagar lanzagar added this to the 3.18 milestone Nov 9, 2018
try:
from MulticoreTSNE import MulticoreTSNE
except ImportError:
MulticoreTSNE = None
Copy link
Contributor

@lanzagar lanzagar Nov 12, 2018

Choose a reason for hiding this comment

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

Not used anymore.

@codecov
Copy link

codecov bot commented Nov 12, 2018

Codecov Report

Merging #3379 into master will decrease coverage by <.01%.
The diff coverage is 83.21%.

@@            Coverage Diff             @@
##           master    #3379      +/-   ##
==========================================
- Coverage   82.28%   82.27%   -0.01%     
==========================================
  Files         358      353       -5     
  Lines       63798    62736    -1062     
==========================================
- Hits        52493    51617     -876     
+ Misses      11305    11119     -186

@lanzagar lanzagar merged commit adf7a26 into biolab:master Nov 12, 2018
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.

2 participants