Closed rmoyard closed 2 years ago
Merging #75 (b76fded) into master (866c908) will increase coverage by
1.20%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
+ Coverage 97.51% 98.71% +1.20%
==========================================
Files 6 6
Lines 241 233 -8
==========================================
- Hits 235 230 -5
+ Misses 6 3 -3
Impacted Files | Coverage Δ | |
---|---|---|
pennylane_pq/ops.py | 100.00% <ø> (ø) |
|
pennylane_pq/expval.py | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
pennylane_pq/pqops.py | 97.72% <0.00%> (+9.09%) |
: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 866c908...b76fded. Read the comment docs.
Description of the Change: Simplify the test which compares result with
default_qubit
as it is not possible anymore to generate random circuits becausenum_params
is dynamic andpar_domain
was removed fromOperations
.