Skip to content

Commit

Permalink
fix warning in dmas powerplant
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Nov 22, 2024
1 parent 564b7c7 commit a0d39b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,5 @@ def get_test_prices(num: int = 24):
prices = dict(
power=power_price, gas=gas, co2=co2, lignite=lignite, coal=coal, nuclear=nuclear
)
prices = pd.DataFrame(
data=prices, index=pd.date_range(start="2018-01-01", freq="h", periods=num)
)

return prices

0 comments on commit a0d39b3

Please sign in to comment.