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
Update reader code to support both Directed and undirected graphs as well
After Srikanth's changes - (Update reader code to support both Directed and undirected graphs as well)
,we now have support for both exporting in directed and unidirected format. We already have beta version of the reader code. we need to update the same reader code to support directed graphs.
For now, we need to warn the users that we are not exporting anything else apart from matrix. That is we do not export any extra columns present in the node/edge table. keeping it simple for now.
Probably, after this fix, we need to change the app name from adj-Exporter to something fancy 💃💃
The text was updated successfully, but these errors were encountered:
Update reader code to support both Directed and undirected graphs as well
After Srikanth's changes - (Update reader code to support both Directed and undirected graphs as well)
,we now have support for both exporting in directed and unidirected format. We already have beta version of the reader code. we need to update the same reader code to support directed graphs.
For now, we need to warn the users that we are not exporting anything else apart from matrix. That is we do not export any extra columns present in the node/edge table. keeping it simple for now.
Probably, after this fix, we need to change the app name from adj-Exporter to something fancy 💃💃
The text was updated successfully, but these errors were encountered: