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 issue where profile of subset was not correctly hidden if the subset was emptied #2095

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

astrofrog
Copy link
Member

This was first spotted in glue-jupyter (glue-viz/glue-jupyter#160) but the issue exists in glue-core too.

@codecov
Copy link

codecov bot commented Mar 5, 2020

Codecov Report

Merging #2095 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2095      +/-   ##
==========================================
- Coverage   87.99%   87.99%   -0.01%     
==========================================
  Files         245      245              
  Lines       22131    22130       -1     
==========================================
- Hits        19475    19474       -1     
  Misses       2656     2656              
Impacted Files Coverage Δ
glue/viewers/profile/layer_artist.py 95.74% <100.00%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ac8dc0...197015e. Read the comment docs.

…set was changed to be empty. This is because we were simply hiding the profile in this case but it got shown again when setting the visual properties.
@astrofrog astrofrog force-pushed the fix-empty-profile branch from 6d7e8b6 to 197015e Compare March 9, 2020 16:10
@astrofrog astrofrog merged commit 0b29d3f into glue-viz:master Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant