Skip to content

Commit 6a837f6

Browse files
committed
spelling
Signed-off-by: Oliver Schacht <[email protected]>
1 parent 2642628 commit 6a837f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causallearn/utils/FastKCI/FastKCI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FastKCI_CInd(object):
2222
[2] M. Zhang, and S. Williamson,
2323
"Embarrassingly Parallel Inference for Gaussian Processes", In JMLR 20 (2019)
2424
[3] O. Schacht, and B. Huang
25-
"FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
25+
"FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
2626
Working Paper.
2727
2828
"""
@@ -349,7 +349,7 @@ class FastKCI_UInd(object):
349349
[2] M. Zhang, and S. Williamson,
350350
"Embarrassingly Parallel Inference for Gaussian Processes" In JMLR 20 (2019)
351351
[3] O. Schacht, and B. Huang
352-
"FastKCI: A fast Kernel-based Conditional Indepdence test with application to causal discovery",
352+
"FastKCI: A fast Kernel-based Conditional Independence test with application to causal discovery",
353353
Working Paper.
354354
"""
355355
def __init__(self, K=10, J=8, alpha=500):

0 commit comments

Comments
 (0)