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

Dynamic map calculation very slow with additional parameters (precomputing every possible combination?) #2645

Closed
VolkerH opened this issue May 4, 2018 · 0 comments
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@VolkerH
Copy link

VolkerH commented May 4, 2018

Issueing a ticket for an issue I mentioned on gitter (on May 3 2018).
The noteboook at
https://github.com/VolkerH/my_hv_gallery/blob/master/Images_with_interactors/Dynamic_map_interactor.ipynb
demonstrates the issue.
The upper cell creates a dynamic map which lets the user slice through a volumetric time series using T,Z sliders. This works fine.
The lower code adds a few lines of code which add additional parameters vmin, vmax that should control the intensity range. If the range of vmin, vmax is large, the figure is not shown in a reasonable time. When reducing the ranges of vmin, vmax to a few values it works again. It appears that under the hood something gets pre-computed for every possible value combination of the sliders (which combinatorially quickly becomes very large).

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label May 4, 2018
@philippjfr philippjfr added this to the v1.10.3 milestone May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

No branches or pull requests

2 participants