coreyostrove

Results 52 comments of coreyostrove

Just chiming in to say that I have also encountered occasionally this when updating numpy via pip without rebuilding the cython extensions as @sserita mentioned.

Hi @peendebak, Thank you for reporting this issue and apologies for taking half a year to get around to fixing this (admittedly if I hadn't run into this issue earlier...

I just took a look at the logs to see which unit tests were failing and it looks like it is the test for verifying a certain set of fiducials...

Re: failing tests, I just pushed a few fixes for the FPR tests, but they are still failing inexplicably... Strangely they pass on ubuntu with python 3.6, but look to...

Following up again on this endless saga of unit testing. As of now all of the unit tests are passing on ubuntu, and so are all of the unit tests...

I was re-running the CI jobs individually to confirm my assertion that the ubuntu jobs were still passing after the latest commits, but they failed on the qibo tests now...

Thanks for the bug report, @johnkgamble. I can reproduce this on the latest version of the master branch and also confirmed that the notebook works as of pygsti 0.9.10.post4. I...

This looks good to me at first glance, but could you try merging develop into this branch? I took a skim through the unit testing logs and I think all...

Thanks for merging that in. It looks like almost all of those errors were indeed fixed already on develop. The only remaining one I can see is TestDirectRBDesign on Windows...

Thanks for reporting this, Tim. I'm fairly certain that this problem is essentially the same as was reported in #251. It doesn't look like we have a fix for that...