dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Add `timeout` to `Problems.get_problem()`; enable long polling #657

Closed randomir closed 1 month ago

randomir commented 1 month ago

I wasn't aware timeout is supported on get problem endpoint at the time I worked on #649.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.87%. Comparing base (f2a1d07) to head (6bc23b7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #657 +/- ## ======================================= Coverage 88.86% 88.87% ======================================= Files 42 42 Lines 4796 4799 +3 ======================================= + Hits 4262 4265 +3 Misses 534 534 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.