Annie G. Bryant

Results 5 comments of Annie G. Bryant

Just wanted to echo this -- presented pyspi at CNS2022 and received questions about approx how long each SPI takes so users can estimate time requirements for a job

[example_dataset.zip](https://github.com/olivercliff/pyspi/files/8812267/example_dataset.zip) Sure, I've added an example dataset in which the values were different depending on direction here as a zipped .npy matrix.

Hi Hananel-Hazan, sorry for the delayed reply and for the installation bug. Some operating systems/pip versions seem unable to locate pyEDM==1.9.3 -- MacOS seems to find it ok, but I...

Thank you very much for adding this, @mesner! Very helpful, indeed :) You bring up an interesting point about computation time taking ~2x as long doing each SPI piecemeal versus...

Hi Hamid, can you try adding the following line to `setup.py` in your cloned `pyspi` repo (based on reports that this helps on [stack overflow](https://stackoverflow.com/a/72547402)): `py_modules=[]` You can add it...