From ca94548b563d3a84777600ec7670e9380fd916dd Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Wed, 14 Aug 2024 10:29:18 +0200 Subject: [PATCH] Rename cluster.snapshot to cluster.temporal --- doc/api/etrago.cluster.rst | 4 ++-- etrago/cluster/{snapshot.py => temporal.py} | 0 etrago/network.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename etrago/cluster/{snapshot.py => temporal.py} (100%) 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