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 run.optimization.remove_solution() #139

Merged
merged 8 commits into from
Jan 24, 2025

♻️ refactor: Make data validation conditions more concise

b145b63
Select commit
Loading
Failed to load commit list.
Merged

Introduce run.optimization.remove_solution() #139

♻️ refactor: Make data validation conditions more concise
b145b63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2025 in 0s

86.9% (+0.0%) compared to c243743

View this Pull Request on Codecov

86.9% (+0.0%) compared to c243743

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.9%. Comparing base (c243743) to head (b145b63).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #139   +/-   ##
=====================================
  Coverage   86.9%   86.9%           
=====================================
  Files        230     230           
  Lines       8156    8162    +6     
=====================================
+ Hits        7094    7100    +6     
  Misses      1062    1062           
Files with missing lines Coverage Δ
ixmp4/core/optimization/data.py 100.0% <100.0%> (ø)
ixmp4/core/optimization/equation.py 93.5% <ø> (ø)
ixmp4/core/optimization/parameter.py 93.3% <ø> (ø)
ixmp4/core/optimization/table.py 92.5% <ø> (ø)
ixmp4/core/optimization/variable.py 93.6% <ø> (ø)
ixmp4/data/db/optimization/equation/model.py 100.0% <100.0%> (ø)
ixmp4/data/db/optimization/equation/repository.py 98.7% <100.0%> (ø)
ixmp4/data/db/optimization/indexset/repository.py 98.1% <ø> (-0.1%) ⬇️
ixmp4/data/db/optimization/scalar/repository.py 98.2% <100.0%> (-0.1%) ⬇️
ixmp4/data/db/optimization/table/repository.py 98.4% <ø> (-0.1%) ⬇️
... and 3 more