Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Jun 10, 2023
1 parent 03cec94 commit 3375335
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flexmeasures/data/models/reporting/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ def setup_dummy_data(db, app):

# add simple data for testing the AggregatorReporter:
# 24 hourly events with value 1 for sensor1 and value -1 for sensor2
for sensor, source, value in zip(
[sensor1, sensor2], [source1, source2], [1, -1]
):
for sensor, source, value in zip([sensor1, sensor2], [source1, source2], [1, -1]):
for t in range(24):
beliefs.append(
TimedBelief(
Expand Down

0 comments on commit 3375335

Please sign in to comment.