Skip to content

Commit

Permalink
accelerate directlingam with cuda implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aknvictor committed Mar 2, 2024
1 parent d83a888 commit ec7e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestDirectLiNGAMfast.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_DirectLiNGAM(self):

cuda = get_cuda_version()
if cuda:
model = lingam.DirectLiNGAM()
model = lingam.DirectLiNGAM(measure='pwling_fast')
model.fit(X)

print(model.causal_order_)
Expand Down

0 comments on commit ec7e096

Please sign in to comment.