Skip to content

Commit

Permalink
Adapt docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Sep 9, 2024
1 parent baa51d2 commit 49f23ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions etrago/analyze/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,8 +1626,7 @@ def calc_ac_max_loading(network, timesteps):
network : :class:`pypsa.Network
Overall container of PyPSA
timesteps : range
Defines which timesteps are considered. If more than one, an
average line loading is calculated.
Defines which timesteps are considered.
Returns
-------
Expand Down Expand Up @@ -2606,7 +2605,7 @@ def plot_grid(
False, it could be assinged like this:
{"H2": 50, "heat": 0.1, "battery": 10}
geographical_boundaries : list, optional
Set georaphical boundaries for the plots. This parameter is overwritten
Set geographical boundaries for the plots. This parameter is overwritten
when osm is used. The default is [-2.5, 16, 46.8, 58]
Returns
Expand Down

0 comments on commit 49f23ed

Please sign in to comment.