Skip to content

Commit 335cec6

Browse files
committed
Fix MPSGraphRandomOpDescriptor tests
1 parent d8f9101 commit 335cec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mpsgraphs/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using .MPSGraphs: MPSGraphRandomOpDescriptor, MPSGraphRandomDistributionNormal,
1818
(MPSGraphRandomDistributionUniform, Float16),
1919
(MPSGraphRandomDistributionUniform, BFloat16),
2020
]
21-
@test MPSGraphRandomOpDescriptor(MPSGraphRandomDistributionNormal, Float32) isa MPSGraphRandomOpDescriptor
21+
@test MPSGraphRandomOpDescriptor(dist, T) isa MPSGraphRandomOpDescriptor
2222
end
2323
end
2424

0 commit comments

Comments
 (0)