Skip to content

Commit 6039bba

Browse files
committed
accelerate directlingam with cuda implementation
Signed-off-by: Victor <[email protected]>
1 parent 2ee618b commit 6039bba

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)