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] Import openTSNE lazily for faster loading of Orange #4424

Merged
merged 1 commit into from
Feb 18, 2020

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Feb 15, 2020

Fixes #3523.

#3883 crashed travis for unknown reasons. This fix is implemented a bit differently and replaces the lazy object with actual module once it is loaded.

It survived three runs of tests. If we're worried about random crashes, we can restart a few more times.

@codecov
Copy link

codecov bot commented Feb 15, 2020

Codecov Report

Merging #4424 into master will decrease coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4424      +/-   ##
==========================================
- Coverage   87.47%   87.46%   -0.01%     
==========================================
  Files         405      405              
  Lines       74135    74128       -7     
==========================================
- Hits        64846    64836      -10     
- Misses       9289     9292       +3

@janezd janezd changed the title manifold: Load openTSNE lazily [ENH] Import openTSNE lazily for faster loading of Orange Feb 15, 2020
@janezd
Copy link
Contributor Author

janezd commented Feb 18, 2020

I'll dare merging it. It won't be difficult to revert if needed.

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.

Orange.projection loads slowly after introduction of fastTSNE
1 participant