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

DRY optimization core layer #96

Open
wants to merge 9 commits into
base: remove/pointless-tabulate-parameter
Choose a base branch
from

DRY Parameter, Equation, Variable

74e773f
Select commit
Loading
Failed to load commit list.
Open

DRY optimization core layer #96

DRY Parameter, Equation, Variable
74e773f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

86.9% (-0.1%) compared to 50d6fae, passed because coverage increased by 0.1% when compared to adjusted base (86.8%)

View this Pull Request on Codecov

86.9% (-0.1%) compared to 50d6fae, passed because coverage increased by 0.1% when compared to adjusted base (86.8%)

Details

Codecov Report

Attention: Patch coverage is 99.00990% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.9%. Comparing base (50d6fae) to head (74e773f).

Files with missing lines Patch % Lines
ixmp4/core/optimization/base.py 97.0% 1 Missing ⚠️
Additional details and impacted files
@@                          Coverage Diff                          @@
##           remove/pointless-tabulate-parameter     #96     +/-   ##
=====================================================================
- Coverage                                 86.9%   86.9%   -0.1%     
=====================================================================
  Files                                      228     230      +2     
  Lines                                     8135    8142      +7     
=====================================================================
+ Hits                                      7075    7081      +6     
- Misses                                    1060    1061      +1     
Files with missing lines Coverage Δ
ixmp4/core/optimization/equation.py 93.5% <100.0%> (-0.7%) ⬇️
ixmp4/core/optimization/indexset.py 91.5% <100.0%> (-1.2%) ⬇️
ixmp4/core/optimization/parameter.py 93.3% <100.0%> (-0.8%) ⬇️
ixmp4/core/optimization/scalar.py 93.8% <100.0%> (-0.7%) ⬇️
ixmp4/core/optimization/table.py 92.5% <100.0%> (-0.9%) ⬇️
ixmp4/core/optimization/variable.py 93.6% <100.0%> (-0.6%) ⬇️
ixmp4/data/abstract/__init__.py 100.0% <ø> (ø)
ixmp4/data/abstract/optimization/__init__.py 100.0% <100.0%> (ø)
ixmp4/data/abstract/optimization/base.py 100.0% <100.0%> (ø)
ixmp4/data/abstract/optimization/equation.py 80.0% <100.0%> (+0.5%) ⬆️
... and 6 more