Closed josh146 closed 5 years ago
Merging #55 into master will decrease coverage by
1.73%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
- Coverage 100% 98.26% -1.74%
==========================================
Files 6 6
Lines 229 230 +1
==========================================
- Hits 229 226 -3
- Misses 0 4 +4
Impacted Files | Coverage Δ | |
---|---|---|
pennylane_pq/devices.py | 97.48% <100%> (-2.52%) |
:arrow_down: |
pennylane_pq/_version.py | 100% <100%> (ø) |
:arrow_up: |
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 7a68739...16e2045. Read the comment docs.
Description of the Change:
Version bump
The way measurement statistics works has changed in the latest version of PennyLane. Now, rather than
shots=0
referring to 'analytic' mode, there is a separateanalytic
argument. Further, thenum_shots
argument has been removed fromDevice.samples()
.