diff --git a/python/src/pedestal.hpp b/python/src/pedestal.hpp index 43e98e8..238848b 100644 --- a/python/src/pedestal.hpp +++ b/python/src/pedestal.hpp @@ -13,9 +13,9 @@ namespace py = pybind11; template void define_pedestal_bindings(py::module &m, const std::string &name) { - + py::class_>(m, name.c_str(), py::buffer_protocol()) - .def(py::init()) + .def(py::init()) .def(py::init()) .def("mean", [](Pedestal &self) {