Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 4, 2024
1 parent 55374d7 commit 5f30171
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pdal/libpdalpython.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ namespace pdal {
}

void setInputs(std::vector<py::array> ndarrays) {
py::gil_scoped_acquire acquire;
_inputs.clear();
for (const auto& ndarray: ndarrays) {
PyArrayObject* ndarray_ptr = (PyArrayObject*)ndarray.ptr();
Expand Down

0 comments on commit 5f30171

Please sign in to comment.