removing pending
Build on RHEL9 / build (push) Successful in 2m35s
Build on RHEL8 / build (push) Successful in 3m6s
Run tests using data on local RHEL8 / build (push) Successful in 4m0s

This commit is contained in:
Erik Fröjdh
2026-06-03 13:56:38 +02:00
parent f9f78765f5
commit 8f317af8a4
7 changed files with 7 additions and 43 deletions
@@ -185,14 +185,6 @@ void define_pedestal_tracking_pixel_histogram_bindings(py::module &m) {
)",
py::call_guard<py::gil_scoped_release>())
.def("pending", &PedestalTrackingPixelHistogram::pending,
R"(
Return the number of images either waiting in the queue or
currently being processed by the background thread (i.e.
still in flight after fill_async()). Useful
for monitoring/diagnostics.
)")
.def(
"values",
[](const PedestalTrackingPixelHistogram &self) {
-7
View File
@@ -67,13 +67,6 @@ void define_pixel_histogram_bindings(py::module &m) {
)",
py::call_guard<py::gil_scoped_release>())
.def("pending", &PixelHistogram::pending,
R"(
Return the number of images either waiting in the queue or
currently being processed by the background thread. Useful
for monitoring/diagnostics.
)")
.def(
"values",
[](const PixelHistogram &self) {