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

Ensure constants written correctly to LP/NL files #2953

Merged
merged 21 commits into from
Aug 23, 2023

Apply black

219c505
Select commit
Loading
Failed to load commit list.
Merged

Ensure constants written correctly to LP/NL files #2953

Apply black
219c505
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 23, 2023 in 0s

88.10% (+0.05%) compared to 8abb24b

View this Pull Request on Codecov

88.10% (+0.05%) compared to 8abb24b

Details

Codecov Report

Patch coverage: 97.42% and project coverage change: +0.05% 🎉

Comparison is base (8abb24b) 88.04% compared to head (219c505) 88.10%.
Report is 26 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2953      +/-   ##
==========================================
+ Coverage   88.04%   88.10%   +0.05%     
==========================================
  Files         768      769       +1     
  Lines       89260    89708     +448     
==========================================
+ Hits        78592    79034     +442     
- Misses      10668    10674       +6     
Files Changed Coverage Δ
pyomo/repn/plugins/lp_writer.py 92.69% <86.95%> (-0.96%) ⬇️
pyomo/core/base/constraint.py 91.84% <96.00%> (-0.14%) ⬇️
pyomo/repn/plugins/nl_writer.py 94.02% <97.87%> (+0.38%) ⬆️
pyomo/common/dependencies.py 98.27% <100.00%> (+<0.01%) ⬆️
pyomo/common/unittest.py 97.94% <100.00%> (+0.01%) ⬆️
pyomo/core/base/var.py 93.85% <100.00%> (+0.25%) ⬆️
pyomo/core/kernel/constraint.py 100.00% <100.00%> (ø)
pyomo/core/kernel/matrix_constraint.py 100.00% <100.00%> (ø)
pyomo/core/kernel/variable.py 99.47% <100.00%> (+0.01%) ⬆️
pyomo/repn/util.py 99.15% <100.00%> (+0.03%) ⬆️

... and 19 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.