Conversation
68d34c4 to
a3685ce
Compare
|
@wongey Success! 🎉 |
|
@sethrj CQireeTest.Run doesn't pass when qsim is activated. Are we deferring the troubleshooting of the test to another PR, or is it not relevant for the functionality of the APIs and should be ignored for the CIs? |
|
@wongey It worked locally for me when I had qsim enabled... what result is it showing? |
|
@sethrj Seems like it is a sorting issue maybe. Which is weird because I saw that you did sorted the results in 235. Also, max_count is reporting 1 (is it a std::size_t problem?). |
|
Oh I see the problem; originally I copied the whole array into The "error" message you're seeing is just the printout from the test that's supposed to fail: the return code is correctly handled and the error message shoudl be ignored. (It's confusing I know, but trying to redirect the |
wongey
left a comment
There was a problem hiding this comment.
Okay, I think we are good to go!
Closes #29