oafuncs 0.0.98.37__py3-none-any.whl → 0.0.98.38__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.
- oafuncs/_script/parallel.py +4 -2
- {oafuncs-0.0.98.37.dist-info → oafuncs-0.0.98.38.dist-info}/METADATA +1 -1
- {oafuncs-0.0.98.37.dist-info → oafuncs-0.0.98.38.dist-info}/RECORD +6 -6
- {oafuncs-0.0.98.37.dist-info → oafuncs-0.0.98.38.dist-info}/WHEEL +0 -0
- {oafuncs-0.0.98.37.dist-info → oafuncs-0.0.98.38.dist-info}/licenses/LICENSE.txt +0 -0
- {oafuncs-0.0.98.37.dist-info → oafuncs-0.0.98.38.dist-info}/top_level.txt +0 -0
oafuncs/_script/parallel.py
CHANGED
@@ -155,7 +155,8 @@ class ParallelExecutor:
|
|
155
155
|
# 实时更新进度条
|
156
156
|
progress_bar.update(1)
|
157
157
|
progress_bar.refresh()
|
158
|
-
|
158
|
+
# 完成后换行
|
159
|
+
print()
|
159
160
|
return results
|
160
161
|
|
161
162
|
def _chunked_execution(self, func: Callable, params: List[Tuple], chunk_size: int) -> List[Any]:
|
@@ -190,7 +191,8 @@ class ParallelExecutor:
|
|
190
191
|
# 更新分块进度
|
191
192
|
progress_bar.update(1)
|
192
193
|
progress_bar.refresh()
|
193
|
-
|
194
|
+
# 完成后换行
|
195
|
+
print()
|
194
196
|
return results
|
195
197
|
|
196
198
|
@staticmethod
|
@@ -16,7 +16,7 @@ oafuncs/_script/email.py,sha256=l5xDgdVj8O5V0J2SwjsHKdUuxOH2jZvwdMO_P0dImHU,2684
|
|
16
16
|
oafuncs/_script/netcdf_merge.py,sha256=tM9ePqLiEsE7eIsNM5XjEYeXwxjYOdNz5ejnEuI7xKw,6066
|
17
17
|
oafuncs/_script/netcdf_modify.py,sha256=XDlAEToe_lwfAetkBSENqU5df-wnH7MGuxNTjG1gwHY,4178
|
18
18
|
oafuncs/_script/netcdf_write.py,sha256=GvyUyUhzMonzSp3y4pT8ZAfbQrsh5J3dLnmINYJKhuE,21422
|
19
|
-
oafuncs/_script/parallel.py,sha256=
|
19
|
+
oafuncs/_script/parallel.py,sha256=VMNhK3PNcZrIj-ZxcmAWuU3mIfVsfztsk2Ceqwri4e4,10069
|
20
20
|
oafuncs/_script/parallel_bak.py,sha256=2ySmYZ9e_PLhhMocWCCFWCYZD3Gs_mxl0HxEzbIuQvA,8861
|
21
21
|
oafuncs/_script/plot_dataset.py,sha256=QrA4vOCzWbAJp3hf5YYzgIRUZdJB5_ugepgyT_YfnaY,16327
|
22
22
|
oafuncs/_script/replace_file_content.py,sha256=wIwvaISFNYWG58BLZHZP9ZgbC5OhoZ-cpR3y25U1EUM,5601
|
@@ -37,8 +37,8 @@ oafuncs/oa_sign/__init__.py,sha256=JSx1fcWpmNhQBvX_Bmq3xysfSkkFMrjbJASxV_V6aqE,1
|
|
37
37
|
oafuncs/oa_sign/meteorological.py,sha256=3MSjy7HTcvz2zsITkjUMr_0Y027Gas1LFE9pk99990k,6110
|
38
38
|
oafuncs/oa_sign/ocean.py,sha256=3uYEzaq-27yVy23IQoqy-clhWu1I_fhPFBAQyT-OF4M,5562
|
39
39
|
oafuncs/oa_sign/scientific.py,sha256=moIl2MEY4uitbXoD596JmXookXGQtQsS-8_1NBBTx84,4689
|
40
|
-
oafuncs-0.0.98.
|
41
|
-
oafuncs-0.0.98.
|
42
|
-
oafuncs-0.0.98.
|
43
|
-
oafuncs-0.0.98.
|
44
|
-
oafuncs-0.0.98.
|
40
|
+
oafuncs-0.0.98.38.dist-info/licenses/LICENSE.txt,sha256=rMtLpVg8sKiSlwClfR9w_Dd_5WubTQgoOzE2PDFxzs4,1074
|
41
|
+
oafuncs-0.0.98.38.dist-info/METADATA,sha256=6dL6uaNclxdpIf5Hf5D_j_SaF_YK3sF4pvy673yiUBs,4326
|
42
|
+
oafuncs-0.0.98.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
43
|
+
oafuncs-0.0.98.38.dist-info/top_level.txt,sha256=bgC35QkXbN4EmPHEveg_xGIZ5i9NNPYWqtJqaKqTPsQ,8
|
44
|
+
oafuncs-0.0.98.38.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|