In the flexibility event on 13th Feb, some of the bids had date 13/02/2023 rather than the usual 2023-02-13. I added better parsing to detect and deal with this, so the app renders
The procured_mw was not infilling the day-ahead value when there was no D0 value.
Now the app should work as intended, but this is tech debt we should fix in a later refactor.
This hotfix PR addresses two issues:
13/02/2023
rather than the usual2023-02-13
. I added better parsing to detect and deal with this, so the app rendersprocured_mw
was not infilling the day-ahead value when there was noD0
value.Now the app should work as intended, but this is tech debt we should fix in a later refactor.