Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profiling & benchmarks for Indexset and Parameter -- clean #150

Open
wants to merge 118 commits into
base: main
Choose a base branch
from

✅ test: Re-enable data validation for Tables

d18873e
Select commit
Loading
Failed to load commit list.
Open

Add profiling & benchmarks for Indexset and Parameter -- clean #150

✅ test: Re-enable data validation for Tables
d18873e
Select commit
Loading
Failed to load commit list.
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%> (ø)

... and 1 file with indirect coverage changes