added move for filling
Build on RHEL9 / build (push) Successful in 2m32s
Build on RHEL8 / build (push) Successful in 3m18s
Run tests using data on local RHEL8 / build (push) Successful in 3m56s

This commit is contained in:
Erik Fröjdh
2026-06-05 16:32:17 +02:00
parent bcb0a58272
commit 025de12fd1
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ void define_pixel_histogram_binding(py::module &m, const char *class_name,
asynchronous filling before fill_async() applies
backpressure on the caller (default: 16)
)",
py::arg("rows"), py::arg("cols"), py::arg("n_bins"),
py::kw_only(), py::arg("rows"), py::arg("cols"), py::arg("n_bins"),
py::arg("xmin"), py::arg("xmax"), py::arg("n_threads") = 1,
py::arg("max_pending") = std::size_t{16})