Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jun 10, 2024
1 parent e1fa657 commit c17015b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions edisgo/network/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,12 +842,12 @@ def original_grid_topology(self):
Parameters
----------
:py:class:`~.network.topology.TopologyBase`
:py:class:`~.network.topology.Topology`
Topology class with original grid topology data.
Returns
--------
:py:class:`~.network.topology.TopologyBase`
:py:class:`~.network.topology.Topology`
"""
return self._original_grid_topology
Expand Down Expand Up @@ -2793,8 +2793,6 @@ def to_csv(self, directory):
"""
Exports topology to csv files.
Extends function :attr:`~.network.topology.TopologyBase.to_csv`.
The following attributes are exported:
* 'loads_df' : Attribute :py:attr:`~loads_df` is saved to
Expand Down Expand Up @@ -2892,10 +2890,6 @@ def from_csv(self, data_path, edisgo_obj, from_zip_archive=False):
"""
Restores topology from csv files.
Extends function :attr:`~.network.topology.TopologyBase.from_csv` by also
importing network.csv and original grid data.
Also performs an integrity check of the imported grid topology data.
Parameters
----------
data_path : str
Expand Down

0 comments on commit c17015b

Please sign in to comment.