Closed nquesada closed 4 years ago
Merging #153 into master will not change coverage by
%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #153 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 924 939 +15
=========================================
+ Hits 924 939 +15
Impacted Files | Coverage Δ | |
---|---|---|
thewalrus/quantum.py | 100.00% <100.00%> (ø) |
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 ffcccd2...d8804a9. Read the comment docs.
Add the function
update_probabilities_with_noise
that does what the name says. It also adds tests and updates the changelog.