Skip to content

Commit b44b09e

Browse files
committed
fix test
Signed-off-by: Kyle Sayers <[email protected]>
1 parent bf74240 commit b44b09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transform/factory/test_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def test_memory_sharing(type, randomize, requires_grad, offload=False):
4242
config_groups={
4343
"": TransformScheme(
4444
type=type,
45-
randomzied=randomize,
45+
randomize=randomize,
4646
requires_grad=requires_grad,
4747
apply=[
4848
TransformArgs(targets="Linear", location="input"),

0 commit comments

Comments
 (0)