Describe the bug
Two different routes proces slightly different forecast results
To Reproduce
Steps to reproduce the behavior:
- pull forecasts for on substation
- pull forecast for all substations at one timestamp
Expected behavior
They results for one substation and one timestamp should be the same
Additional context
- the pull forecast subation, gets the gsp data, rounds it, then scales to primary
- the all susbation routes, gets all the gsp forecast and then scales (no rounding)
Idea
- We should remove the round before it scales to primary substation (here)
- round both routes to 3 d.c.p
Describe the bug
Two different routes proces slightly different forecast results
To Reproduce
Steps to reproduce the behavior:
Expected behavior
They results for one substation and one timestamp should be the same
Additional context
Idea