Skip to content

Commit

Permalink
provide dummy user and password for device initialization via PennyLane
Browse files Browse the repository at this point in the history
  • Loading branch information
cgogolin committed Nov 12, 2018
1 parent d65c8db commit d3f2706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_device_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_initiatlization_via_pennylane(self):
'projectq.ibm'
]:
try:
dev = dev = qml.device(short_name, wires=2)
dev = dev = qml.device(short_name, wires=2, user='user', password='password')
except DeviceError:
raise Exception("This test is expected to fail until pennylane-pq is installed.")

Expand Down

0 comments on commit d3f2706

Please sign in to comment.