epyt-flow 0.13.0__py3-none-any.whl → 0.13.1__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.
- epyt_flow/VERSION +1 -1
- epyt_flow/simulation/scenario_simulator.py +2 -2
- {epyt_flow-0.13.0.dist-info → epyt_flow-0.13.1.dist-info}/METADATA +1 -1
- {epyt_flow-0.13.0.dist-info → epyt_flow-0.13.1.dist-info}/RECORD +7 -7
- {epyt_flow-0.13.0.dist-info → epyt_flow-0.13.1.dist-info}/WHEEL +1 -1
- {epyt_flow-0.13.0.dist-info → epyt_flow-0.13.1.dist-info}/licenses/LICENSE +0 -0
- {epyt_flow-0.13.0.dist-info → epyt_flow-0.13.1.dist-info}/top_level.txt +0 -0
epyt_flow/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.13.
|
|
1
|
+
0.13.1
|
|
@@ -2432,7 +2432,7 @@ class ScenarioSimulator():
|
|
|
2432
2432
|
if abort is True:
|
|
2433
2433
|
break
|
|
2434
2434
|
|
|
2435
|
-
yield (data, total_time
|
|
2435
|
+
yield (data, total_time >= requested_total_time)
|
|
2436
2436
|
|
|
2437
2437
|
# Next
|
|
2438
2438
|
tstep = self.epanet_api.api.ENstepQ()
|
|
@@ -2664,7 +2664,7 @@ class ScenarioSimulator():
|
|
|
2664
2664
|
if abort is True:
|
|
2665
2665
|
break
|
|
2666
2666
|
|
|
2667
|
-
yield (data, total_time
|
|
2667
|
+
yield (data, total_time >= requested_total_time)
|
|
2668
2668
|
|
|
2669
2669
|
# Apply control modules
|
|
2670
2670
|
for control in self._custom_controls:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: epyt-flow
|
|
3
|
-
Version: 0.13.
|
|
3
|
+
Version: 0.13.1
|
|
4
4
|
Summary: EPyT-Flow -- EPANET Python Toolkit - Flow
|
|
5
5
|
Author-email: André Artelt <aartelt@techfak.uni-bielefeld.de>, "Marios S. Kyriakou" <kiriakou.marios@ucy.ac.cy>, "Stelios G. Vrachimis" <vrachimis.stelios@ucy.ac.cy>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
epyt_flow/VERSION,sha256=
|
|
1
|
+
epyt_flow/VERSION,sha256=glJlA9UeK8GWSxgHU60Cp0ZSJ66UxBdSZJ02n6ogPqs,7
|
|
2
2
|
epyt_flow/__init__.py,sha256=n-zI5G3DUofs_pNC5YNWopNPCPUtpL-jYi8RPH6eakw,1768
|
|
3
3
|
epyt_flow/serialization.py,sha256=uGGN1iZ21ek1u6Xzs4z2xum5Qt8554Wem-wEMGEaa7I,14574
|
|
4
4
|
epyt_flow/topology.py,sha256=Ih6m_tMT1JlPOJv8rHDVBtNayFOarPyAmCbMyojJtQg,26037
|
|
@@ -108,7 +108,7 @@ epyt_flow/rest_api/scenario/uncertainty_handlers.py,sha256=Pdo2YmiawOqKXWcLs2P-l
|
|
|
108
108
|
epyt_flow/simulation/__init__.py,sha256=nihvZ8O2rJjYQkv7JhtVMqNacO5bA38VtS8Y_0BWrVQ,129
|
|
109
109
|
epyt_flow/simulation/parallel_simulation.py,sha256=ph4KXw9jCt-hiJFJbmC6fNvEsrbQoWV-tFKE5-qSfoQ,6523
|
|
110
110
|
epyt_flow/simulation/scenario_config.py,sha256=uHHwwzCRwooVdODxDNoCOUgfrlol1K-TS8P8_Ja9Coc,30435
|
|
111
|
-
epyt_flow/simulation/scenario_simulator.py,sha256=
|
|
111
|
+
epyt_flow/simulation/scenario_simulator.py,sha256=4kISYZdQr8rh5kwWLsdGRNhaLNCfCvvMdn0S6ZTSVUw,161463
|
|
112
112
|
epyt_flow/simulation/sensor_config.py,sha256=AGAIC5vqcu2UZsglSCwv2pvZ3E0kbTtdaqtFPEMBwSw,94262
|
|
113
113
|
epyt_flow/simulation/backend/__init__.py,sha256=tkJb2NB_hruTv39sYHAq9ffazyA-UzZzFmiy2nYVTqA,23
|
|
114
114
|
epyt_flow/simulation/backend/my_epyt.py,sha256=edkhDDOZBtYSpaQmnui_opdetebaS9ZzBwngnIpkc3s,32040
|
|
@@ -135,8 +135,8 @@ epyt_flow/uncertainty/utils.py,sha256=K-ZhyO6Bg7UmNPgpfND0JLa_wRwyrtUUgGTWyWwy-f
|
|
|
135
135
|
epyt_flow/visualization/__init__.py,sha256=uQ7lO6AsgLc88X48Te3QhBQY-iDKGvdPtxKCl4b-Mfw,70
|
|
136
136
|
epyt_flow/visualization/scenario_visualizer.py,sha256=vkP0J_OfjvePUz_HehXJkH4CGKR3chAHe_UTx4hQ6XI,57860
|
|
137
137
|
epyt_flow/visualization/visualization_utils.py,sha256=l-EQ9UlY9MDBcOhK-uUZ9c-tX9emVqlo4xSqR-Sg17M,27525
|
|
138
|
-
epyt_flow-0.13.
|
|
139
|
-
epyt_flow-0.13.
|
|
140
|
-
epyt_flow-0.13.
|
|
141
|
-
epyt_flow-0.13.
|
|
142
|
-
epyt_flow-0.13.
|
|
138
|
+
epyt_flow-0.13.1.dist-info/licenses/LICENSE,sha256=YRJC2kcAhMlpEeHwUF0lzE-GRXLFyAjXNErI8L5UwYk,1071
|
|
139
|
+
epyt_flow-0.13.1.dist-info/METADATA,sha256=5Ky7uLPHLbm5meiAnR2OxVWQiGyZvJJr-VQiShVEYjE,9713
|
|
140
|
+
epyt_flow-0.13.1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
141
|
+
epyt_flow-0.13.1.dist-info/top_level.txt,sha256=Wh_kd7TRL8ownCw3Y3dxx-9C0iTSk6wNauv_NX9JcrY,10
|
|
142
|
+
epyt_flow-0.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|