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

Introduce optimization item delete() #163

Open
wants to merge 9 commits into
base: fix/column-names-property-type
Choose a base branch
from

✨ feat: Introduce optimization.variables.delete()

2895604
Select commit
Loading
Failed to load commit list.
Open

Introduce optimization item delete() #163

✨ feat: Introduce optimization.variables.delete()
2895604
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2025 in 1s

88.6% (+0.1%) compared to 7ca6c9d

View this Pull Request on Codecov

88.6% (+0.1%) compared to 7ca6c9d

Details

Codecov Report

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

Project coverage is 88.6%. Comparing base (7ca6c9d) to head (2895604).

Files with missing lines Patch % Lines
ixmp4/core/optimization/base.py 88.8% 1 Missing ⚠️
Additional details and impacted files
@@                       Coverage Diff                        @@
##           fix/column-names-property-type    #163     +/-   ##
================================================================
+ Coverage                            88.5%   88.6%   +0.1%     
================================================================
  Files                                 223     223             
  Lines                                8117    8192     +75     
================================================================
+ Hits                                 7189    7264     +75     
  Misses                                928     928             
Files with missing lines Coverage Δ
ixmp4/core/optimization/equation.py 93.3% <100.0%> (ø)
ixmp4/core/optimization/indexset.py 91.9% <100.0%> (ø)
ixmp4/core/optimization/parameter.py 93.3% <100.0%> (ø)
ixmp4/core/optimization/scalar.py 93.8% <100.0%> (ø)
ixmp4/core/optimization/table.py 92.7% <100.0%> (ø)
ixmp4/core/optimization/variable.py 93.4% <100.0%> (ø)
ixmp4/core/run.py 98.1% <ø> (ø)
ixmp4/data/abstract/optimization/base.py 100.0% <100.0%> (ø)
ixmp4/data/abstract/optimization/equation.py 97.1% <100.0%> (+<0.1%) ⬆️
ixmp4/data/abstract/optimization/indexset.py 96.5% <100.0%> (+0.1%) ⬆️
... and 31 more