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] MDS: Move lines when points are jittered #4920

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Jul 24, 2020

Issue

Fixes #4898 ...

Description of changes

... by calling update_pairs from update_jittering and ...

Includes
  • Code changes

... but no tests because a test would be trivial (update_pairs.assert_called), or it would add yet another test that would run MDS and increase the running time, or it would require lots of mocking (and be trivial at the end, again).

@codecov
Copy link

codecov bot commented Jul 24, 2020

Codecov Report

Merging #4920 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4920      +/-   ##
==========================================
- Coverage   84.12%   84.09%   -0.03%     
==========================================
  Files         283      278       -5     
  Lines       57819    56994     -825     
==========================================
- Hits        48640    47931     -709     
+ Misses       9179     9063     -116     

@ajdapretnar
Copy link
Contributor

This fixes the problem at hand, so I am merging. However, even on master, things gets slow (even for zoo) when changing sliders (jittering and show similar pairs). Are we calling on_release() here?

@ajdapretnar ajdapretnar merged commit 9365135 into biolab:master Jul 24, 2020
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.

MDS: pair lines don't follow jittering
2 participants