dwavesystems / dwave-inspector

D-Wave Problem Inspector
https://docs.ocean.dwavesys.com/projects/inspector/
Apache License 2.0
8 stars 17 forks source link

Fix `Solver.data` if passed as pydantic model #182

Closed randomir closed 2 months ago

randomir commented 2 months ago

Follow-up to #181, where I forgot to handle solver data in a Pydantic model (cloud-client 0.13 thing).

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.23%. Comparing base (41de5ac) to head (840daee). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
dwave/inspector/storage.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #182 +/- ## ========================================== + Coverage 89.92% 90.23% +0.31% ========================================== Files 8 8 Lines 754 758 +4 ========================================== + Hits 678 684 +6 + Misses 76 74 -2 ```

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