From 45688c7ab9a581fbd6e1394a0f562a20699da1a7 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 6 Mar 2021 11:22:57 +0000 Subject: [PATCH] Updated python main.cpp --- python/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/main.cpp b/python/src/main.cpp index c851a2e43..a20120d4f 100644 --- a/python/src/main.cpp +++ b/python/src/main.cpp @@ -136,7 +136,7 @@ PYBIND11_MODULE(kp, m) { .def(py::init()) .def(py::init()) .def(py::init&,const std::vector&>()) - .def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0, py::arg("desired_extensions") = std::vector()) + .def("sequence", &kp::Manager::sequence, py::arg("queueIndex") = 0) .def("tensor", [np](kp::Manager& self, const py::array_t data, kp::Tensor::TensorTypes tensor_type) {