reboost 0.5.3__tar.gz → 0.5.4__tar.gz
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-0.5.3 → reboost-0.5.4}/PKG-INFO +1 -1
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/_version.py +2 -2
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/iterator.py +1 -1
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/PKG-INFO +1 -1
- {reboost-0.5.3 → reboost-0.5.4}/LICENSE +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/README.md +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/pyproject.toml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/setup.cfg +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/__init__.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/build_evt.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/build_glm.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/build_hit.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/cli.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/core.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/hpge/__init__.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/hpge/psd.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/hpge/surface.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/hpge/utils.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/log_utils.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/math/__init__.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/math/functions.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/math/stats.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/__init__.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/cli.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/convolve.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/create.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/evt.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/mapview.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/numba_pdg.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/optmap/optmap.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/profile.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/shape/__init__.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/shape/cluster.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/shape/group.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/shape/reduction.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/units.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost/utils.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/SOURCES.txt +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/dependency_links.txt +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/entry_points.txt +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/not-zip-safe +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/requires.txt +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/src/reboost.egg-info/top_level.txt +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/conftest.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/glm/test_build_glm.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/args.yaml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/basic.yaml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/geom.gdml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/hit_config.yaml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/pars.yaml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/configs/reshape.yaml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hit/test_build_hit.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/simulation/gammas.mac +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/simulation/geometry.gdml +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/simulation/make_dt_map.jl +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/simulation/make_geom.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_current.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_dt_heuristic.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_files/drift_time_maps.lh5 +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_files/internal_electron.lh5 +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_hpge_map.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_r90.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/hpge/test_surface.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_cli.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_core.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_math.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_optmap.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_profile.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_shape.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_units.py +0 -0
- {reboost-0.5.3 → reboost-0.5.4}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reboost
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.4
|
|
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
|
|
@@ -111,7 +111,7 @@ class GLMIterator:
|
|
|
111
111
|
|
|
112
112
|
# heuristics for a good buffer length
|
|
113
113
|
if self.use_glm:
|
|
114
|
-
self.buffer = int(buffer * glm_n_rows / stp_n_rows)
|
|
114
|
+
self.buffer = int(buffer * glm_n_rows / (1 + stp_n_rows))
|
|
115
115
|
msg = f"Number of stp rows {stp_n_rows}, number of glm rows {glm_n_rows} changing buffer from {buffer} to {self.buffer}"
|
|
116
116
|
log.debug(msg)
|
|
117
117
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reboost
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.4
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|