Alex Nitz
Alex Nitz
@gescrig Thank you for the report. I'm not sure atm, why this occurs though. Can you share what versions of emcee, pycbc, python, operating system you are using? The reason...
@nisaAMIR If you are running from google colab, you can upload files using the file browser on the left panel. Of course, you can also run the notebooks from your...
The last round of releases seems to have triggered this issue for us downstream as we use Ultranest within our testsuite. I'm not sure why it would be a problem...
I don't see a PR ready to go atm, so I'll look into one for Ultrnest. @JohannesBuchner Would it be possible to do a small point release after a proposed...
Ok, I believe this is resolved by https://github.com/JohannesBuchner/UltraNest/pull/59
The error we see with 3.4.2 of ultranest is as follows ``` Collecting ultranest Downloading ultranest-3.4.2.tar.gz (21.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.8/21.8 MB 76.6 MB/s eta 0:00:00 Installing build dependencies: started Installing...
BTW, if someone wants to turn this on globally, the best way is to add a method to this class here (wrapper of the h5py.File class). https://github.com/ligo-cbc/pycbc/blob/master/pycbc/io/hdf.py#L24 and simply modify...
To add to this, it does work if you keep to powers of 2, but after 2**24, it seems that any other length returns this error.
Shot in the dark, but in case someone on the community forums has a suggestion, I made a post here https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-MKL-DFTI-ERROR-Invalid-configuration-parameters-for-1d-FFT/m-p/1496284#M34669
@spxiwh Is it possible this is actually a change in pytorch? Maybe we can pin down what has occured there if so?