wolfhece 2.1.15__py3-none-any.whl → 2.1.16__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.
- wolfhece/apps/version.py +1 -1
- wolfhece/scenario/config_manager.py +17 -7
- {wolfhece-2.1.15.dist-info → wolfhece-2.1.16.dist-info}/METADATA +1 -1
- {wolfhece-2.1.15.dist-info → wolfhece-2.1.16.dist-info}/RECORD +7 -7
- {wolfhece-2.1.15.dist-info → wolfhece-2.1.16.dist-info}/WHEEL +0 -0
- {wolfhece-2.1.15.dist-info → wolfhece-2.1.16.dist-info}/entry_points.txt +0 -0
- {wolfhece-2.1.15.dist-info → wolfhece-2.1.16.dist-info}/top_level.txt +0 -0
wolfhece/apps/version.py
CHANGED
@@ -1030,8 +1030,8 @@ class Config_Manager_2D_GPU:
|
|
1030
1030
|
# check for infiltration zones vs hydrograph
|
1031
1031
|
hydro = cursim.infiltrations_chronology
|
1032
1032
|
nb_zones = len(hydro[0][1])
|
1033
|
-
if infiltration.array.
|
1034
|
-
logging.error(_('You must have {} Infiltration zones but {} are defined!'.format(nb_zones, infiltration.array.
|
1033
|
+
if infiltration.array.max() != nb_zones:
|
1034
|
+
logging.error(_('You must have {} Infiltration zones but {} are defined!'.format(nb_zones, infiltration.array.max())))
|
1035
1035
|
return
|
1036
1036
|
|
1037
1037
|
# default reporting period
|
@@ -1815,11 +1815,21 @@ class UI_Manager_2D_GPU():
|
|
1815
1815
|
self._txtctrl.write('\t'+curcol)
|
1816
1816
|
self._txtctrl.write('\n')
|
1817
1817
|
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1818
|
+
if hydro._data.shape[0]>50:
|
1819
|
+
logging.warning(_('Too many lines in the hydrograph -- only the first 50 will be displayed !'))
|
1820
|
+
|
1821
|
+
for idx, curline in hydro._data.iloc[:50].iterrows():
|
1822
|
+
self._txtctrl.write(str(idx))
|
1823
|
+
for curval in curline.values:
|
1824
|
+
self._txtctrl.write('\t' + str(curval))
|
1825
|
+
self._txtctrl.write('\n')
|
1826
|
+
|
1827
|
+
else:
|
1828
|
+
for idx, curline in hydro._data.iterrows():
|
1829
|
+
self._txtctrl.write(str(idx))
|
1830
|
+
for curval in curline.values:
|
1831
|
+
self._txtctrl.write('\t' + str(curval))
|
1832
|
+
self._txtctrl.write('\n')
|
1823
1833
|
|
1824
1834
|
except:
|
1825
1835
|
with open(mydata, 'r', encoding='utf-8') as file:
|
@@ -66,7 +66,7 @@ wolfhece/apps/check_install.py,sha256=jrKR-njqnpIh6ZJqvP6KbDUPVCfwTNQj4glQhcyzs9
|
|
66
66
|
wolfhece/apps/curvedigitizer.py,sha256=avWERHuVxPnJBOD_ibczwW_XG4vAenqWS8W1zjhBox8,4898
|
67
67
|
wolfhece/apps/isocurrent.py,sha256=4XnNWPa8mYUK7V4zdDRFrHFIXNG2AN2og3TqWKKcqjY,3811
|
68
68
|
wolfhece/apps/splashscreen.py,sha256=LkEVMK0eCc84NeCWD3CGja7fuQ_k1PrZdyqD3GQk_8c,2118
|
69
|
-
wolfhece/apps/version.py,sha256=
|
69
|
+
wolfhece/apps/version.py,sha256=Au2GSzDykgzYPAppTSSnywndJOLWVYMTR2cNQ5pYAeU,388
|
70
70
|
wolfhece/apps/wolf.py,sha256=gqfm-ZaUJqNsfCzmdtemSeqLw-GVdSVix-evg5WArJI,293
|
71
71
|
wolfhece/apps/wolf2D.py,sha256=gWD9ee2-1pw_nUxjgRaJMuSe4kUT-RWhOeoTt_Lh1mM,267
|
72
72
|
wolfhece/apps/wolf_logo.bmp,sha256=ruJ4MA51CpGO_AYUp_dB4SWKHelvhOvd7Q8NrVOjDJk,3126
|
@@ -246,7 +246,7 @@ wolfhece/report/reporting.py,sha256=LrOUI7j1vPefsGhqag1f2KpKRXR-5cH7SyGIsf6nOG0,
|
|
246
246
|
wolfhece/report/wolf_report.png,sha256=NoSV58LSwb-oxCcZScRiJno-kxDwRdm_bK-fiMsKJdA,592485
|
247
247
|
wolfhece/scenario/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
248
248
|
wolfhece/scenario/check_scenario.py,sha256=nFiCscEGHyz1YvjmZoKlYrfmW03-nLiDTDdRoeE6MUs,4619
|
249
|
-
wolfhece/scenario/config_manager.py,sha256=
|
249
|
+
wolfhece/scenario/config_manager.py,sha256=r3E7ZyOewoB_0M-ox3rIZ3-cO_JIbE1zD4b87pPXn6c,77957
|
250
250
|
wolfhece/scenario/imposebc_void.py,sha256=pl7c99HQQMQT7i15fDlOOFYCdOtR5c_XIBOveOTOaLc,5273
|
251
251
|
wolfhece/scenario/update_void.py,sha256=MmiDiwWHvuk0mpXOlMeB2ImY-d1Wi3Wfmg9hrDTAraE,7176
|
252
252
|
wolfhece/shaders/fragment_shader_texture.glsl,sha256=w6h8d5mJqFaGbao0LGmjRcFFdcEQ3ICIl9JpuT71K5k,177
|
@@ -267,8 +267,8 @@ wolfhece/sounds/sonsw2.wav,sha256=pFLVt6By0_EPQNt_3KfEZ9a1uSuYTgQSX1I_Zurv9Rc,11
|
|
267
267
|
wolfhece/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
268
268
|
wolfhece/ui/wolf_multiselection_collapsiblepane.py,sha256=yGbU_JsF56jsmms0gh7mxa7tbNQ_SxqhpAZxhm-mTy4,14860
|
269
269
|
wolfhece/ui/wolf_times_selection_comparison_models.py,sha256=wCxGRnE3kzEkWlWA6-3X8ADOFux_B0a5QWJ2GnXTgJw,4709
|
270
|
-
wolfhece-2.1.
|
271
|
-
wolfhece-2.1.
|
272
|
-
wolfhece-2.1.
|
273
|
-
wolfhece-2.1.
|
274
|
-
wolfhece-2.1.
|
270
|
+
wolfhece-2.1.16.dist-info/METADATA,sha256=vRdgkIGgAYvpxLhBEtKJH3C_oax5iHhWg1ryYEr1tC4,2282
|
271
|
+
wolfhece-2.1.16.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
272
|
+
wolfhece-2.1.16.dist-info/entry_points.txt,sha256=AIu1KMswrdsqNq_2jPtrRIU4tLjuTnj2dCY-pxIlshw,276
|
273
|
+
wolfhece-2.1.16.dist-info/top_level.txt,sha256=EfqZXMVCn7eILUzx9xsEu2oBbSo9liWPFWjIHik0iCI,9
|
274
|
+
wolfhece-2.1.16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|