Skip to content

Commit

Permalink
add TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Oct 27, 2023
1 parent 21288b7 commit 886821b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
import tqdm
import click

# TODO: do not use CLI, but the client (ask for credentials from input)
# from flexmeasures_client import Client as FlexMeasuresClient

from flexmeasures.data.schemas import DurationField, AwareDateTimeField


Expand Down Expand Up @@ -45,6 +48,7 @@ def benchmark(iterations, sensors, start, duration):
sensor_ids = " ".join([f"--sensor-id {sensor_id}" for sensor_id in sensors])
commands = [
f"flexmeasures show beliefs {sensor_ids} --start {start_str} --duration {duration_str}",
# TODO: add a scheduling operation (wait for result)
]

print("I'll be running:")
Expand Down

0 comments on commit 886821b

Please sign in to comment.