ait-energy / IESopt.jl

IESopt (Integrated Energy System Optimization) is a modeling and optimization framework for integrated energy systems.
MIT License
12 stars 3 forks source link

Bug fixes #17

Closed sstroemer closed 1 month ago

sstroemer commented 1 month ago

This fixes an error when adding plain variables to a custom objective (instead of expressions), and may be a partial fit for #12 .

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 77.77778% with 6 lines in your changes missing coverage. Please review.

Project coverage is 52.42%. Comparing base (e2006d4) to head (2d38647). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/IESopt.jl 72.72% 3 Missing :warning:
src/utils/logging.jl 80.00% 3 Missing :warning:
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   52.30%   52.42%   +0.12%     
==========================================
  Files          99       99              
  Lines        3776     3792      +16     
==========================================
+ Hits         1975     1988      +13     
- Misses       1801     1804       +3     
Files with missing lines Coverage Δ
src/parser.jl 80.47% <100.00%> (ø)
src/IESopt.jl 54.48% <72.72%> (+0.29%) :arrow_up:
src/utils/logging.jl 82.60% <80.00%> (-1.03%) :arrow_down: