Skip to content

Commit 065ec9e

Browse files
author
Martin D. Weinberg
committed
Added a default argument as well
1 parent ae51269 commit 065ec9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyEXP/BasisWrappers.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ void BasisFactoryClasses(py::module &m)
12981298
-------
12991299
list(numpy.ndarray)
13001300
list of numpy.ndarrays from [0, ... , Mmax]
1301-
)")
1301+
)", py::arg("knots")=400)
13021302
.def_static("cacheInfo", [](std::string cachefile)
13031303
{
13041304
return BasisClasses::Cylindrical::cacheInfo(cachefile);

0 commit comments

Comments
 (0)