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

How long is long? #68

Open
RichardScottOZ opened this issue Nov 4, 2021 · 2 comments
Open

How long is long? #68

RichardScottOZ opened this issue Nov 4, 2021 · 2 comments

Comments

@RichardScottOZ
Copy link
Contributor

e.g.

C:\Users\rscott\AppData\Local\Continuum\anaconda3\envs\pangeo3\lib\site-packages\xmovie\core.py:46: UserWarning: No `vmin` provided. Data limits are calculated from input. Depending on the input this can take long. Pass `vmin` to avoid this step
  warnings.warn(
C:\Users\rscott\AppData\Local\Continuum\anaconda3\envs\pangeo3\lib\site-packages\xmovie\core.py:53: UserWarning: No `vmax` provided. Data limits are calculated from input. Depending on the input this can take long. Pass `vmax` to avoid this step
  warnings.warn(

Your 150 frame default example - how long would you expect that to take when not parallel, parallel, no vmin/vmax etc.?

I think it had run for 10 minutes before I killed it?

@jbusecke
Copy link
Owner

jbusecke commented Dec 3, 2021

If nothing is going wrong (which I suspect might actually be the case here) this should just do a .min().load()/.max().load(). Could you try that in your environment, and see if that also takes really long?

@jbusecke
Copy link
Owner

jbusecke commented Dec 3, 2021

Also sorry for the long delay in my answer. Just getting back on top of my gh inbox!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants