zen-garden 2.8.2__py3-none-any.whl → 2.8.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zen_garden/__main__.py +2 -2
- {zen_garden-2.8.2.dist-info → zen_garden-2.8.4.dist-info}/METADATA +1 -1
- {zen_garden-2.8.2.dist-info → zen_garden-2.8.4.dist-info}/RECORD +6 -6
- {zen_garden-2.8.2.dist-info → zen_garden-2.8.4.dist-info}/WHEEL +0 -0
- {zen_garden-2.8.2.dist-info → zen_garden-2.8.4.dist-info}/entry_points.txt +0 -0
- {zen_garden-2.8.2.dist-info → zen_garden-2.8.4.dist-info}/licenses/LICENSE.txt +0 -0
zen_garden/__main__.py
CHANGED
|
@@ -3,7 +3,7 @@ Runs the main function of ZEN-Garden.
|
|
|
3
3
|
Compilation of the optimization problem.
|
|
4
4
|
"""
|
|
5
5
|
from .runner import run
|
|
6
|
-
from .cli.
|
|
6
|
+
from .cli.zen_garden_cli import create_zen_garden_cli
|
|
7
7
|
import warnings
|
|
8
8
|
|
|
9
9
|
def run_module(config = "./config.py", dataset = None,
|
|
@@ -68,4 +68,4 @@ def run_module(config = "./config.py", dataset = None,
|
|
|
68
68
|
|
|
69
69
|
if __name__ == "__main__":
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
create_zen_garden_cli()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zen_garden
|
|
3
|
-
Version: 2.8.
|
|
3
|
+
Version: 2.8.4
|
|
4
4
|
Summary: ZEN-garden is an optimization model of energy systems and value chains.
|
|
5
5
|
Author: Alissa Ganter, Johannes Burger, Francesco De Marco, Lukas Kunz, Lukas Schmidt-Engelbertz, Christoph Funke, Paolo Gabrielli, Giovanni Sansavini
|
|
6
6
|
Author-email: Jacob Mannhardt <zen-garden@ethz.ch>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
zen_garden/__init__.py,sha256=WBclzn3dV9EIAu5idZiGHaEj8SQGr_q2IaUz9qPrQSw,700
|
|
2
|
-
zen_garden/__main__.py,sha256=
|
|
2
|
+
zen_garden/__main__.py,sha256=Zrz6zr81gXN3_NLPwWz3a-8HiiRgqGx_OzQHarBcxtQ,2508
|
|
3
3
|
zen_garden/default_config.py,sha256=ozz2LBSGSaMH8alEAzh-6ziM9IE9zXM9PfRD3nulAIs,8663
|
|
4
4
|
zen_garden/optimization_setup.py,sha256=Rv_IciR_Y9GF-OaPDDAvTQ2huTuAt94jrWpcDJCQgWQ,42176
|
|
5
5
|
zen_garden/runner.py,sha256=gLjHh3DZbgUAiz5lsnDiSwAZT5RFw52-Pnr1K_nPaMM,7207
|
|
@@ -33,8 +33,8 @@ zen_garden/preprocess/extract_input_data.py,sha256=PWKdel7s488SELseyAaoFkwXpzJU4
|
|
|
33
33
|
zen_garden/preprocess/parameter_change_log.py,sha256=WNhLYTyuaFkUl_e4QH36W1chpqg00m7zg__PawPogAY,387
|
|
34
34
|
zen_garden/preprocess/time_series_aggregation.py,sha256=v8xRRk4I9WZ2yi7V3I_Ersj2RV1T2WIKslx8ohkMfWI,32112
|
|
35
35
|
zen_garden/preprocess/unit_handling.py,sha256=y78oxoPVqcA3y9aEiyr0MU5zITf2BPNGVKOfyMhhCvY,63040
|
|
36
|
-
zen_garden-2.8.
|
|
37
|
-
zen_garden-2.8.
|
|
38
|
-
zen_garden-2.8.
|
|
39
|
-
zen_garden-2.8.
|
|
40
|
-
zen_garden-2.8.
|
|
36
|
+
zen_garden-2.8.4.dist-info/entry_points.txt,sha256=FkXXB0MgvdZG_p_zPifgXc0G2GSPJi0NncG3hZ8TXkU,232
|
|
37
|
+
zen_garden-2.8.4.dist-info/licenses/LICENSE.txt,sha256=_kEtxPe9gWOwMzdiy8nLzgABiPdMvUS0kaSCOIrEA_E,1101
|
|
38
|
+
zen_garden-2.8.4.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
39
|
+
zen_garden-2.8.4.dist-info/METADATA,sha256=FAY9z1K0kymryL6LUho1rG3d99p3LcSgxDbmXBwklKY,5648
|
|
40
|
+
zen_garden-2.8.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|