qiskit-community / qiskit-qcgpu-provider

A provider which allows Qiskit to use the QCGPU simulator
http://qcgpu.github.io/
Apache License 2.0
25 stars 12 forks source link

make test fails #15

Closed jwoehr closed 5 years ago

jwoehr commented 5 years ago
$ make test
PYOPENCL_CTX='0' nosetests
/bin/sh: nosetests: command not found
adamisntdead commented 5 years ago

I think you're just missing nose,

pip install nose should do the trick. I have added a requirements file to make this clearer.

jwoehr commented 5 years ago

works for me, thanks.