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 performance with incompatible subsets in large images #1562

Merged

Conversation

astrofrog
Copy link
Member

Previously we made a NaN array - this was buggy because it didn't take the view into account and was therefore very slow. Rather than applying the view, we can now just return None and CompositeArray does the right thing and ignores the layer.

@astrofrog astrofrog added this to the v0.12.4 milestone Mar 5, 2018
@astrofrog astrofrog merged commit 9ef9fc7 into glue-viz:master Mar 5, 2018
@astrofrog astrofrog modified the milestones: v0.12.4, v0.12.5 Mar 7, 2018
astrofrog added a commit that referenced this pull request Mar 7, 2018
…image

Fix performance with incompatible subsets in large images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant