reboost 0.5.0__py3-none-any.whl → 0.5.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.
- reboost/_version.py +2 -2
- reboost/build_hit.py +1 -1
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/METADATA +1 -1
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/RECORD +8 -8
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/WHEEL +0 -0
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/entry_points.txt +0 -0
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/licenses/LICENSE +0 -0
- {reboost-0.5.0.dist-info → reboost-0.5.1.dist-info}/top_level.txt +0 -0
reboost/_version.py
CHANGED
reboost/build_hit.py
CHANGED
|
@@ -393,7 +393,7 @@ def build_hit(
|
|
|
393
393
|
lh5.read(obj, stp_file),
|
|
394
394
|
obj,
|
|
395
395
|
files.hit[file_idx],
|
|
396
|
-
wo_mode="write_safe",
|
|
396
|
+
wo_mode="write_safe" if file_idx == 0 else "append",
|
|
397
397
|
)
|
|
398
398
|
except LH5EncodeError as e:
|
|
399
399
|
msg = f"cannot forward object {obj} as it has been already processed by reboost"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reboost
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: New LEGEND Monte-Carlo simulation post-processing
|
|
5
5
|
Author-email: Manuel Huber <info@manuelhu.de>, Toby Dixon <toby.dixon.23@ucl.ac.uk>, Luigi Pertoldi <gipert@pm.me>
|
|
6
6
|
Maintainer: The LEGEND Collaboration
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
reboost/__init__.py,sha256=0xtTxM_T8Sp6U3-EJRgFZ6WuqPk31QGQms7jhwouhvs,403
|
|
2
|
-
reboost/_version.py,sha256=
|
|
2
|
+
reboost/_version.py,sha256=HAyT1n_bawwWJ8KZ9BPQ7noEsDs3TEVVzFKchoJw0NQ,511
|
|
3
3
|
reboost/build_evt.py,sha256=TnJRiZ2O6eChorZeh-_SGgWa9jZQYAl_SsmJsM-wYrY,4779
|
|
4
4
|
reboost/build_glm.py,sha256=uYoKl8U5gHy4oW1Neik5F_1jy5yhnFKS1ezVBA-vQaQ,9550
|
|
5
|
-
reboost/build_hit.py,sha256=
|
|
5
|
+
reboost/build_hit.py,sha256=z3ZpQ18ihOPlurdgOeR471woOgCs6wtZrAN8AWDL9Io,15120
|
|
6
6
|
reboost/cli.py,sha256=HZgqUZK0tSmnlGqoXjrbmLitW_i001TzibxvDrRxLLg,6324
|
|
7
7
|
reboost/core.py,sha256=B577b5KzAYpGI7c4eCxIRKgt9tq6hwVr2-DtYTml1e8,12826
|
|
8
8
|
reboost/iterator.py,sha256=J--4f7ANW15Nb4kL_OQ0kbIw7U0ks73asefLd-uGoV4,6898
|
|
@@ -29,9 +29,9 @@ reboost/shape/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
29
29
|
reboost/shape/cluster.py,sha256=RIvBlhHzp88aaUZGofp5SD9bimnoiqIOddhQ84jiwoM,8135
|
|
30
30
|
reboost/shape/group.py,sha256=_z2qCOret3E-kj-nrp1-J5j2lEwQpgfYdQp2pgpDHR8,4449
|
|
31
31
|
reboost/shape/reduction.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
reboost-0.5.
|
|
33
|
-
reboost-0.5.
|
|
34
|
-
reboost-0.5.
|
|
35
|
-
reboost-0.5.
|
|
36
|
-
reboost-0.5.
|
|
37
|
-
reboost-0.5.
|
|
32
|
+
reboost-0.5.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
33
|
+
reboost-0.5.1.dist-info/METADATA,sha256=P9dBK9bEPeiEEzYWtrzjiDf5q14NKG9GRCYzLYT0piU,44250
|
|
34
|
+
reboost-0.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
35
|
+
reboost-0.5.1.dist-info/entry_points.txt,sha256=DxhD6BidSWNot9BrejHJjQ7RRLmrMaBIl52T75oWTwM,93
|
|
36
|
+
reboost-0.5.1.dist-info/top_level.txt,sha256=q-IBsDepaY_AbzbRmQoW8EZrITXRVawVnNrB-_zyXZs,8
|
|
37
|
+
reboost-0.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|