Rework math handling #639
Merged
Rework math handling #639
Codecov / codecov/project
failed
Sep 30, 2024 in 0s
95.95% (-0.04%) compared to 99e5211
View this Pull Request on Codecov
95.95% (-0.04%) compared to 99e5211
Details
Codecov Report
Attention: Patch coverage is 94.46809%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 95.95%. Comparing base (
99e5211
) to head (d923a4a
).
Additional details and impacted files
@@ Coverage Diff @@
## main #639 +/- ##
==========================================
- Coverage 95.98% 95.95% -0.04%
==========================================
Files 26 29 +3
Lines 3985 4025 +40
Branches 838 775 -63
==========================================
+ Hits 3825 3862 +37
- Misses 70 72 +2
- Partials 90 91 +1
Files with missing lines | Coverage Δ | |
---|---|---|
src/calliope/attrdict.py | 96.48% <100.00%> (ø) |
|
src/calliope/backend/__init__.py | 100.00% <100.00%> (ø) |
|
src/calliope/backend/backend_model.py | 97.98% <100.00%> (+0.01%) |
⬆️ |
src/calliope/backend/expression_parser.py | 93.75% <100.00%> (+0.01%) |
⬆️ |
src/calliope/backend/parsing.py | 96.99% <ø> (ø) |
|
src/calliope/io.py | 96.80% <100.00%> (-0.04%) |
⬇️ |
src/calliope/preprocess/__init__.py | 100.00% <100.00%> (ø) |
|
src/calliope/preprocess/model_math.py | 100.00% <100.00%> (ø) |
|
src/calliope/preprocess/time.py | 94.05% <100.00%> (ø) |
|
src/calliope/backend/gurobi_backend_model.py | 95.66% <80.00%> (ø) |
|
... and 6 more |
Loading