Add profiling & benchmarks for Indexset
and Parameter
-- clean
#150
+3,040,885
−59
Codecov / codecov/project
succeeded
Jan 16, 2025 in 0s
86.9% (-0.1%) compared to 0deac5b, passed because coverage increased by 0% when compared to adjusted base (86.9%)
View this Pull Request on Codecov
86.9% (-0.1%) compared to 0deac5b, passed because coverage increased by 0% when compared to adjusted base (86.9%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 86.9%. Comparing base (
0deac5b
) to head (d18873e
).
Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #150 +/- ##
=======================================
- Coverage 86.9% 86.9% -0.1%
=======================================
Files 230 230
Lines 8156 8144 -12
=======================================
- Hits 7095 7082 -13
- Misses 1061 1062 +1
Files with missing lines | Coverage Δ | |
---|---|---|
ixmp4/core/optimization/equation.py | 93.5% <100.0%> (ø) |
|
ixmp4/core/optimization/indexset.py | 91.5% <100.0%> (ø) |
|
ixmp4/core/optimization/parameter.py | 93.3% <100.0%> (ø) |
|
ixmp4/core/optimization/table.py | 92.5% <100.0%> (ø) |
|
ixmp4/core/optimization/variable.py | 93.6% <100.0%> (ø) |
|
ixmp4/data/db/optimization/equation/model.py | 100.0% <100.0%> (ø) |
|
ixmp4/data/db/optimization/parameter/model.py | 100.0% <100.0%> (ø) |
|
ixmp4/data/db/optimization/table/model.py | 100.0% <100.0%> (ø) |
|
ixmp4/data/db/optimization/utils.py | 100.0% <100.0%> (ø) |
|
ixmp4/data/db/optimization/variable/model.py | 100.0% <100.0%> (ø) |
Loading