From 816b21f9df89788669b15369c42b1c03eca39461 Mon Sep 17 00:00:00 2001 From: Bryn Keller Date: Thu, 10 Mar 2016 16:04:37 -0800 Subject: Simplified, more Pythonic API, with additional documentation --- python/_phat.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/_phat.cpp') diff --git a/python/_phat.cpp b/python/_phat.cpp index c43a3f5..40a9421 100644 --- a/python/_phat.cpp +++ b/python/_phat.cpp @@ -119,8 +119,7 @@ void wrap_boundary_matrix(py::module &mod, const std::string &representation_suf //Note that boundary_matrix dimensions are not normal matrix dimensions, //They refer to the dimension of the simplex stored in the given column. .def("get_dim", &mat::get_dim, - "Get the dimension list for this boundary matrix. " - "The dimension list shows the dimension for each column in the matrix") + "Get the dimension for the requested column.") .def("set_dim", &mat::set_dim, "Set the dimension for a single column", py::arg("index"), py::arg("dimension")) //The `set_dims` method is an example of making the data structure easier to use -- cgit v1.2.3