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.
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:
to be a quick & easy way to install the dependencies, but I forgot to install the current branch of scri on top of that.