Add nodelist to from_biadjacency_matrix
#7960
Replies: 2 comments 3 replies
-
|
I'm sure it is possible -- and it seems like a good idea! |
Beta Was this translation helpful? Give feedback.
-
Yes, my draft does allow for NumPy arrays as an input - that is part of my requirement. The rest looks good to me - I will need to look into performance later next week. Many thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
...would it be possible to add a
nodelist-like parameter to thefrom_biadjacency_matrix()function, much like it is already possible for thefrom_numpy_array()function? Of course, for the biadjacency matrix, this would need to take eg. a list of lists.Beta Was this translation helpful? Give feedback.
All reactions