We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d52ed commit 67daf63Copy full SHA for 67daf63
src/reticula/__init__.py
@@ -375,6 +375,6 @@ def _from_networkx(g, vert_type):
375
from_networkx = _generic_attribute(
376
attr_prefix="_from_networkx",
377
arg_names=("vertex_type",),
378
- options={(t,) for t in _all_vertex_types},
+ options={(t,) for t in _simple_vertex_types},
379
function_module=_sys.modules[__name__],
380
api_module_name=__name__)
0 commit comments