Skip to content

Commit

Permalink
Add unit to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 19, 2023
1 parent 5becb5e commit 96eb11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/tools/calc_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def ac_export_per_country(self):
Returns
-------
float
Electricity export (if negative: import) from Germany
Electricity export (if negative: import) from Germany in TWh
"""
de_buses = self.network.buses[self.network.buses.country == "DE"]
Expand Down Expand Up @@ -585,7 +585,7 @@ def dc_export_per_country(self):
Returns
-------
float
Electricity export (if negative: import) from Germany
Electricity export (if negative: import) from Germany in TWh
"""
de_buses = self.network.buses[self.network.buses.country == "DE"]
Expand Down

0 comments on commit 96eb11a

Please sign in to comment.