Open RoccoRaimo opened 6 months ago
Attention: Patch coverage is 7.14286%
with 13 lines
in your changes are missing coverage. Please review.
Project coverage is 82.64%. Comparing base (
9322c65
) to head (66363c2
). Report is 17 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
src/pycba/results.py | 7.14% | 13 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
At the end of the example in the notebook I inserted a numerical control of the results between a "manual" sum of the results and the "automatic" one that comes with the use of the new function. Don't know if it makes sense to create a separate test. Let me know once you'll look up at the notebook :)
Hi Colin! Have you had a look at the notebook with the example on it?
Hi @ccaprani! I've implemented the new method in class Envelopes to sum multiple envelopes, as described in #92, and included the example n.5 to show a possible usage scenario.
Let me know if everything is straight and clear! Thanks.