diff --git a/doc/api/etrago.cluster.rst b/doc/api/etrago.cluster.rst index e7432dbb..6fd27ff3 100644 --- a/doc/api/etrago.cluster.rst +++ b/doc/api/etrago.cluster.rst @@ -18,10 +18,10 @@ etrago.cluster.gas module :undoc-members: :show-inheritance: -etrago.cluster.snapshot module +etrago.cluster.temporal module -------------------------------- -.. automodule:: etrago.cluster.snapshot +.. automodule:: etrago.cluster.temporal :members: :undoc-members: :show-inheritance: diff --git a/etrago/cluster/snapshot.py b/etrago/cluster/temporal.py similarity index 100% rename from etrago/cluster/snapshot.py rename to etrago/cluster/temporal.py diff --git a/etrago/network.py b/etrago/network.py index 5ef6da6a..c69d0e0b 100644 --- a/etrago/network.py +++ b/etrago/network.py @@ -61,7 +61,7 @@ ) from etrago.cluster.electrical import ehv_clustering, run_spatial_clustering from etrago.cluster.gas import run_spatial_clustering_gas -from etrago.cluster.snapshot import skip_snapshots, snapshot_clustering +from etrago.cluster.temporal import skip_snapshots, snapshot_clustering from etrago.disaggregate.spatial import run_disaggregation from etrago.disaggregate.temporal import dispatch_disaggregation from etrago.execute import lopf, optimize, run_pf_post_lopf