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
Induced by #39, we want to support inspection of problems generated by multiple/nested embedding composites, in the implicit data collection mode.
Currently, only the outermost embedding is returned (see dwavesystems/dwave-system#251), so we're unable to provide the correct (composed) embedding to the problem inspector.
A workaround for now is to explicitly provide the composed embedding (via compose_embeddings()).
The planned solution is to implement the dashboard-style inspection, where intermediate problems will be captured and inspected on demand.
The text was updated successfully, but these errors were encountered:
Induced by #39, we want to support inspection of problems generated by multiple/nested embedding composites, in the implicit data collection mode.
Currently, only the outermost embedding is returned (see dwavesystems/dwave-system#251), so we're unable to provide the correct (composed) embedding to the problem inspector.
A workaround for now is to explicitly provide the composed embedding (via
compose_embeddings()
).The planned solution is to implement the dashboard-style inspection, where intermediate problems will be captured and inspected on demand.
The text was updated successfully, but these errors were encountered: