calliope-project / calliope

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

Allowing complete math overrides #609

Open irm-codebase opened 2 weeks ago

irm-codebase commented 2 weeks ago

Fixes #606

Summary of changes in this pull request

Reviewer checklist

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 95.94%. Comparing base (8c92ba5) to head (e47e12f).

:exclamation: Current head e47e12f differs from pull request most recent head 280da69

Please upload reports for the commit 280da69 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## fix-config-desync #609 +/- ## ===================================================== + Coverage 95.93% 95.94% +0.01% ===================================================== Files 24 24 Lines 3638 3651 +13 Branches 736 735 -1 ===================================================== + Hits 3490 3503 +13 Misses 84 84 Partials 64 64 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/calliope-project/calliope/pull/609/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=calliope-project)
irm-codebase commented 1 week ago

Turns out our data saving steps have some unexpected bugs. Opened #614 to deal with them.

irm-codebase commented 1 week ago

Converting to draft because #614 is a blocker to this PR.