Closed mariaschuld closed 4 years ago
Merging #62 into master will decrease coverage by
2.10%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #62 +/- ##
==========================================
- Coverage 98.26% 96.15% -2.11%
==========================================
Files 6 6
Lines 230 234 +4
==========================================
- Hits 226 225 -1
- Misses 4 9 +5
Impacted Files | Coverage Δ | |
---|---|---|
pennylane_pq/__init__.py | 100.00% <100.00%> (ø) |
|
pennylane_pq/devices.py | 97.54% <100.00%> (+0.06%) |
:arrow_up: |
pennylane_pq/ops.py | 100.00% <100.00%> (ø) |
|
pennylane_pq/pqops.py | 88.63% <0.00%> (-11.37%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a74dc8a...5e9802a. Read the comment docs.
Solved in PR #65.
Description of the Change:
Updates signature of IBM device.
Related GitHub Issues:
Fixes #61