Skip to content

Commit

Permalink
Rename cluster.snapshot to cluster.temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Aug 14, 2024
1 parent 01215a4 commit ca94548
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/api/etrago.cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion etrago/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca94548

Please sign in to comment.