You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming our networks won't exceed 2 billion nodes, we should be fine to standardise on integer; but in dyad count calculation we should, indeed, upcast to numeric.
It seems this is initialized to
numeric
bynetwork.initialize
, e.g.However,
add.vertices
anddelete.vertices
appear to change it tointeger
, which can e.g. lead tonetwork.dyadcount
overflowing:The text was updated successfully, but these errors were encountered: