You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the most common use case, the EmbeddingComposite wraps DWaveSampler which means that it immediately blocks on waiting for the future to resolve. unembed_response could return a sample set constructed with SampleSet.from_future.
In the most common use case, the
EmbeddingComposite
wrapsDWaveSampler
which means that it immediately blocks on waiting for the future to resolve.unembed_response
could return a sample set constructed withSampleSet.from_future
.See also #91
The text was updated successfully, but these errors were encountered: