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
From #82, showing <graphblas_algorithms.classes.nodemap.NodeMap object at 0x00000206BC590550> is not the most helpful even though a NodeMap is a MutableMapping.
So, the repr of NodeMap should be updated to look more dict-like. Same for VectorMap, VectorNodeMap, NodeNodeMap, and NodeSet (these could probably use basic docstrings too!).
The text was updated successfully, but these errors were encountered:
From #82, showing
<graphblas_algorithms.classes.nodemap.NodeMap object at 0x00000206BC590550>
is not the most helpful even though aNodeMap
is aMutableMapping
.So, the repr of
NodeMap
should be updated to look more dict-like. Same forVectorMap
,VectorNodeMap
,NodeNodeMap
, andNodeSet
(these could probably use basic docstrings too!).The text was updated successfully, but these errors were encountered: