Closed dhimmel closed 6 years ago
Do we want to make metaedge_to_adjacency_matrix a method of the hetio.hetnet.Graph class? Suggested implementation:
metaedge_to_adjacency_matrix
hetio.hetnet.Graph class
def metaedge_to_adjacency_matrix(self, *args, **kwargs): import hetio.matrix hetio.matrix.metaedge_to_adjacency_matrix(self, *args, **kwargs)
This is relevant for changes we're considering in hetmech, specially the construction of a HetMat class.
We decided that this functionality is a better fit for hetmech and that this would be non-standard for hetio's design.
Do we want to make
metaedge_to_adjacency_matrix
a method of thehetio.hetnet.Graph class
? Suggested implementation:This is relevant for changes we're considering in hetmech, specially the construction of a HetMat class.