@ntezak, thanks for explaining the semaphore failure. This is my first time working with it.
Regarding the tomography failures, those tests were purposefully left to be dealt with last since @marcusps and @mpharrigan feel that tomography should live in the QCVV library rather than in grove, so the tomography code might be removed from grove altogether. In order to deal with all other issues first, I commented out everything from grove/tests/tomography/ before running pytest --cov=grove, which gave me no failures.
How do you suggest I deal with these tomography tests for the time being, @ntezak? Should I simply push with the tests commented out? That seems hacky, and I'm reluctant to delete them entirely without a separate discussion.
@ntezak, thanks for explaining the semaphore failure. This is my first time working with it.
Regarding the tomography failures, those tests were purposefully left to be dealt with last since @marcusps and @mpharrigan feel that tomography should live in the QCVV library rather than in grove, so the tomography code might be removed from grove altogether. In order to deal with all other issues first, I commented out everything from
grove/tests/tomography/
before runningpytest --cov=grove
, which gave me no failures.How do you suggest I deal with these tomography tests for the time being, @ntezak? Should I simply push with the tests commented out? That seems hacky, and I'm reluctant to delete them entirely without a separate discussion.