dwave-cloud-client icon indicating copy to clipboard operation
dwave-cloud-client copied to clipboard

Client subclasses not overriding client type from user config

Open randomir opened this issue 4 years ago • 0 comments

For example:

$ DWAVE_API_CLIENT=sw python
...
>>> dwave.cloud.qpu.Client.from_config()
<dwave.cloud.client.sw.Client object at 0x7f2864eca2b0>

randomir avatar Feb 25 '21 00:02 randomir