Skip to content

Commit d3d9cac

Browse files
committed
update doc
Signed-off-by: kunwuz <[email protected]>
1 parent cd5943e commit d3d9cac

File tree

1 file changed

+1
-1
lines changed
  • docs/source/search_methods_index/Constraint-based causal discovery methods

1 file changed

+1
-1
lines changed

docs/source/search_methods_index/Constraint-based causal discovery methods/CDNOD.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage
1616
from causallearn.search.ConstraintBased.CDNOD import cdnod
1717
1818
# default parameters
19-
cg = cdnod(data)
19+
cg = cdnod(data, c_indx)
2020
2121
# or customized parameters
2222
cg = cdnod(data, c_indx, alpha, indep_test, stable, uc_rule, uc_priority, mvcdnod,

0 commit comments

Comments
 (0)