Alexander Condello

Results 257 comments of Alexander Condello

@mcfarljm is correct. Though I think we could add a better error message. I'll make a PR to do so.

Ah, interesting, I didn't realize it was a backwards compatibility break (though I should have from your original post). Ok, I'll see if we can restore the behavior. Worst case...

Interesting. What you're currently doing is pretty reasonable I think. Though you might have a bit more luck with using `np.nditer` to control things like buffer size etc. You're correct...

Hi @Abdullahjavednesar , sorry for the very long delay. Any chance you can rebase this against the current master branch? We can also do it on our side

This can be done currently via the cloud-client interface. Something like ```python import dimod from dwave.system import LeapHybridSampler sampler = LeapHybridSampler() bqm = dimod.BQM('SPIN') kwargs = dict(time_limit=sampler.min_time_limit(bqm)) bqm_id = sampler.solver.upload_bqm(bqm.to_file()).result()...

I am not sure I understand, the snippet I provided works for me for both BQM and CQM, I haven't tested for the QPU. Agree that the bigger feature needs...

Because I didn't actually resolve to see the error :flushed: , my mistake. I'll fix and update, one sec

Ok, updated the [comment](https://github.com/dwavesystems/dwave-system/issues/397#issuecomment-1973619472), thanks @randomir

This was done as part of https://github.com/dwavesystems/dwave-system/pull/370