You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> %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)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: