Allow expressions in Nodes state_initial and state_final parameters#73
Allow expressions in Nodes state_initial and state_final parameters#73daschw merged 7 commits intoait-energy:mainfrom
Conversation
|
I just saw now that this might conflict with #69 so feel free to ignore and close |
sstroemer
left a comment
There was a problem hiding this comment.
Looks good, thanks a lot!
I did some small changes to use some internal functionality for the isnothing checks - however I'm not sure if that works as is since I only edited it in and couldn't test (sorry).
|
Ah and regarding #69 (which I feel like is just an experimental draft), this one here is definitely the important one and I'd rather get this merged and then figure out the other one. So feel free to merge this one here. We should trigger new releases after that for core and the wrapper right? |
|
Any idea why the tests are not running? Did we reach our monthly limit? |
use internal functionality for expression checks Co-authored-by: Stefan Strömer <8915976+sstroemer@users.noreply.github.com>
I fear that is just misconfigured in the workflow. I think these settings do not trigger on adding commits, etc. |
|
And the |
|
I see, so I'd have to request a review for the tests to start? Anyway, I'm testing your suggestions locally now. |
Yes, seems to work - maybe a bit of a workaround, but maybe it's not that bad of an idea overall (I initially disabled the "on push" trigger because it would otherwise re-run the tests for every commit that you add, which could be more often then we'd like to). |
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 48.28% 48.81% +0.53%
==========================================
Files 111 112 +1
Lines 4548 4560 +12
==========================================
+ Hits 2196 2226 +30
+ Misses 2352 2334 -18
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
fixes a typo from ait-energy#73
Fix #63
Fix #70
Thanks to Diana for providing the test example.