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
Thanks for developing this wonderful tool for climate research.
I am using the following code to perform a significance test on wavelet coherence: scal_sig2 = scal.signif_test(method='ar1sim', number=1000)
However, the process is extremely slow. I am wondering if it is possible to add a feature, such as parallel processing, to speed up the computation?
Best regards,
Cheng
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for developing this wonderful tool for climate research.
I am using the following code to perform a significance test on wavelet coherence:
scal_sig2 = scal.signif_test(method='ar1sim', number=1000)
However, the process is extremely slow. I am wondering if it is possible to add a feature, such as parallel processing, to speed up the computation?
Best regards,
Cheng
The text was updated successfully, but these errors were encountered: