calliope-project / calliope

A multi-scale energy systems modelling framework
https://www.callio.pe
Apache License 2.0
276 stars 89 forks source link

Sort ref ordering within components #623

Closed brynpickering closed 6 days ago

brynpickering commented 1 week ago

update

Fixes #616

Summary of changes in this pull request

Reviewer checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.08%. Comparing base (872978d) to head (5e80df2). Report is 16 commits behind head on main.

:exclamation: Current head 5e80df2 differs from pull request most recent head 8879a79

Please upload reports for the commit 8879a79 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #623 +/- ## ========================================== + Coverage 95.85% 96.08% +0.22% ========================================== Files 24 24 Lines 3619 3649 +30 Branches 788 734 -54 ========================================== + Hits 3469 3506 +37 + Misses 86 81 -5 + Partials 64 62 -2 ``` | [Files](https://app.codecov.io/gh/calliope-project/calliope/pull/623?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=calliope-project) | Coverage Δ | | |---|---|---| | [src/calliope/backend/backend\_model.py](https://app.codecov.io/gh/calliope-project/calliope/pull/623?src=pr&el=tree&filepath=src%2Fcalliope%2Fbackend%2Fbackend_model.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=calliope-project#diff-c3JjL2NhbGxpb3BlL2JhY2tlbmQvYmFja2VuZF9tb2RlbC5weQ==) | `98.07% <100.00%> (+0.16%)` | :arrow_up: | | [src/calliope/backend/pyomo\_backend\_model.py](https://app.codecov.io/gh/calliope-project/calliope/pull/623?src=pr&el=tree&filepath=src%2Fcalliope%2Fbackend%2Fpyomo_backend_model.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=calliope-project#diff-c3JjL2NhbGxpb3BlL2JhY2tlbmQvcHlvbW9fYmFja2VuZF9tb2RlbC5weQ==) | `95.59% <100.00%> (+0.17%)` | :arrow_up: | ... and [13 files with indirect coverage changes](https://app.codecov.io/gh/calliope-project/calliope/pull/623/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=calliope-project)
brynpickering commented 6 days ago

Thanks for the comments @irm-codebase - updated!