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

Plotting a 1D dataset takes much longer without the data #477

Open
SolarDrew opened this issue Dec 10, 2024 · 0 comments · May be fixed by sunpy/ndcube#802
Open

Plotting a 1D dataset takes much longer without the data #477

SolarDrew opened this issue Dec 10, 2024 · 0 comments · May be fixed by sunpy/ndcube#802
Labels
Upstream Issue An issue which is probably in an upstream package of the user tools
Milestone

Comments

@SolarDrew
Copy link
Contributor

>>> %timeit ds[0, 0, :, 0].plot() # Sample Stokes I data is available
249 ms ± 9.52 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)

>>> %timeit ds[1, 0, :, 0].plot() # This data isn't
1min 13s ± 838 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
@SolarDrew SolarDrew linked a pull request Jan 7, 2025 that will close this issue
@SolarDrew SolarDrew added this to the v1.9.1 milestone Jan 7, 2025
@SolarDrew SolarDrew moved this from Critical to In progress in User Tools Development Board Jan 7, 2025
@SolarDrew SolarDrew added the Upstream Issue An issue which is probably in an upstream package of the user tools label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Upstream Issue An issue which is probably in an upstream package of the user tools
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant