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 solver metadata caching with validation via conditional requests #645

Closed randomir closed 1 month ago

randomir commented 1 month ago

Close #613.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 97.26027% with 4 lines in your changes missing coverage. Please review.

Project coverage is 88.71%. Comparing base (fe3f92e) to head (547188d).

Files Patch % Lines
dwave/cloud/client/base.py 92.68% 3 Missing :warning:
dwave/cloud/api/client.py 98.78% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #645 +/- ## ========================================== + Coverage 88.58% 88.71% +0.12% ========================================== Files 42 42 Lines 4616 4722 +106 ========================================== + Hits 4089 4189 +100 - Misses 527 533 +6 ```

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