Closed khaeru closed 4 years ago
Merging #349 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #349 +/- ##
=======================================
Coverage 95.79% 95.79%
=======================================
Files 45 45
Lines 4878 4878
=======================================
Hits 4673 4673
Misses 205 205
Impacted Files | Coverage Δ | |
---|---|---|
ixmp/reporting/attrseries.py | 99.01% <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 653d2a2...f9eb96c. Read the comment docs.
copy()
to avoid modifying a dictionary of indexers passed as the first positional argument toAttrSeries.sel()
.How to review
Confirm that CI checks pass.
PR checklist