moble / scri

Python/numba code for manipulating time-dependent functions of spin-weighted spherical harmonics on future null infinity
MIT License
18 stars 20 forks source link

Fix Github only running pytest on upstream master #53

Closed 10220 closed 3 years ago

10220 commented 3 years ago

There was a critical bug in PR #51: it would only use the currently available version of scri on conda-forge (i.e. upstream master) to run the tests. I used the line:

conda install -c conda-forge scri

to be a quick & easy way to install the dependencies, but I forgot to install the current branch of scri on top of that.