We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8afbee commit 1423cf4Copy full SHA for 1423cf4
src/dsf/bindings.cpp
@@ -439,7 +439,7 @@ PYBIND11_MODULE(dsf_cpp, m) {
439
const std::unordered_map<dsf::Id, double>& originNodes) {
440
self.setOriginNodes(originNodes);
441
},
442
- pybind11::arg("originNodes"),
+ pybind11::arg("originNodes") = std::unordered_map<dsf::Id, double>(),
443
dsf::g_docstrings.at("dsf::mobility::RoadDynamics::setOriginNodes").c_str())
444
.def(
445
"setOriginNodes",
0 commit comments