We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177422b commit cf923f2Copy full SHA for cf923f2
1 file changed
src/random_networks.cpp
@@ -78,8 +78,8 @@ struct declare_random_network_models {
78
79
m.def(("random_directed_uniform_hypergraph_"+
80
python_type_str<VertT>()).c_str(),
81
- &reticula::random_uniform_hypergraph<VertT, Gen>,
82
- "size"_a, "edge_in_degree"_a, "edge_out_degree"_a, "edge_prob"_a
+ &reticula::random_directed_uniform_hypergraph<VertT, Gen>,
+ "size"_a, "edge_in_degree"_a, "edge_out_degree"_a, "edge_prob"_a,
83
"random_state"_a,
84
nb::call_guard<nb::gil_scoped_release>());
85
0 commit comments