-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xy test #213
Add xy test #213
Conversation
00a6edf
to
381e960
Compare
@kilimanjaro why is it succeeding? |
tests/gate-tests.lisp
Outdated
(flet ((eval-prog (quil-string) | ||
(let ((qvm (make-qvm 2))) | ||
(load-program qvm (with-output-to-quil | ||
quil-string)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parse-quil
and kill newline
Are the tests pulling master? I forget how we set that up. |
@notmgsk https://gitlab.com/rigetti/forest/qvm/-/jobs/350247291 this job uses cl-quil/quilc 1.12.0 and it worked. we pull |
Puzzling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mark's suggestion
381e960
to
23ab407
Compare
@kilimanjaro did we figure out why it was succeeding before? |
Not I |
This is mostly a sanity check.