Victor
Victor
Following on PR #616, we would like to expose the arguments of the function `flexmeasures.data.services.scheduling:create_scheduling_job` * requeue * force_new_job_creation to the API endpoints and CLI commands.
## Description In order to make reporters more reusable, we need to get the data in a known unit. For example, if we want to have a reporter to compute...
## Description This PR introduces a new (optional) flag for the input `use_latest_version_only = False`. This flag controls whether to only use the latest source version among the sources for...
## Description Reporters can have input sensors with different sources, for example, one power sensor with a source of type `Scheduler` and another one of type `User`. This makes simple...
Potential recursive error in case that the BeliefDataFrame doesn't have start and end. If start and end are not there, the following properties point to each other. https://github.com/SeitaBV/timely-beliefs/blob/31f87c360764d70c481f60824fd630dfee8d8eb0/timely_beliefs/beliefs/classes.py#L1117-L1125 https://github.com/SeitaBV/timely-beliefs/blob/31f87c360764d70c481f60824fd630dfee8d8eb0/timely_beliefs/beliefs/classes.py#L1128-L1136
Work in progress. Distinguish interpretation of soc-max/min from soc-maxima/minima, and site-consumption/production-capacity from site-power-capacity, representing hard and soft constraints
## Description Temporary workaround for an issue involving missing sources. --- - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of...