Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar committed Jun 17, 2024
1 parent b333e83 commit 02e26d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/models/test_short_term_storage_complex.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pandas as pd
import math

import pandas as pd

from andromede.libs.standard import (
BALANCE_PORT_TYPE,
DEMAND_MODEL,
Expand All @@ -27,7 +28,7 @@


def generate_data(
efficiency: float, horizon: int, scenarios: int
efficiency: float, horizon: int, scenarios: int
) -> TimeScenarioSeriesData:
# Create an empty DataFrame with index being the range of the horizon
data = pd.DataFrame(index=range(horizon))
Expand Down

0 comments on commit 02e26d5

Please sign in to comment.