LinkedEarth / PyleoTutorials

Jupyter-based, science-driven tutorials for using the LinkedEarth data-software Python ecosystem
http://linked.earth/PyleoTutorials
Apache License 2.0
15 stars 7 forks source link

Speed up the significant test #70

Open SHEN-Cheng opened 3 months ago

SHEN-Cheng commented 3 months ago

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