Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec7e096

Browse files
committedMar 2, 2024·
accelerate directlingam with cuda implementation
1 parent d83a888 commit ec7e096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/TestDirectLiNGAMfast.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_DirectLiNGAM(self):
3434

3535
cuda = get_cuda_version()
3636
if cuda:
37-
model = lingam.DirectLiNGAM()
37+
model = lingam.DirectLiNGAM(measure='pwling_fast')
3838
model.fit(X)
3939

4040
print(model.causal_order_)

0 commit comments

Comments
 (0)
Please sign in to comment.