We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee618b commit 6039bbaCopy full SHA for 6039bba
tests/TestDirectLiNGAMfast.py
@@ -34,7 +34,7 @@ def test_DirectLiNGAM(self):
34
35
cuda = get_cuda_version()
36
if cuda:
37
- model = lingam.DirectLiNGAM()
+ model = lingam.DirectLiNGAM(measure='pwling_fast')
38
model.fit(X)
39
40
print(model.causal_order_)
0 commit comments