-
-
Notifications
You must be signed in to change notification settings - Fork 891
Open
Labels
module:baseThe base graphical representations.The base graphical representations.
Description
Sub-issue 3 of #2376
I will develop based on the meeting contents and the discussion in #2376.
Tasks:
- Make
DAG,PDAG,ADMG, andMAGinherit_CoreGraph. - Add
SUPPORTED_EDGE_TYPESin each of these classes. For DAG: {'->', '<-'}, for PDAG: {'--', '->', '<-'}, for ADMG: {'->', '<->', '<-'}, for MAG: {'->', '<-', '--', '<->'} - Remove the duplicate methods such as
add_node,add_edges,add_edges_fromfrom these classes and let the_CoreGraphhandle these methods. - Make
type='->'as the default foradd_edgeandadd_edges_frommethods. - Replace the
AncestralBaseclass to the_CoreGraphentirely.
Metadata
Metadata
Assignees
Labels
module:baseThe base graphical representations.The base graphical representations.
Type
Projects
Status
Todo