Skip to content

Commit a99d445

Browse files
committed
pixi.toml fixes.
1 parent 2ad27e5 commit a99d445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sparse/mlir_backend/_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ def add(x1: Array, x2: Array) -> Array:
151151
*x1._to_module_arg(),
152152
*x2._to_module_arg(),
153153
)
154-
return Array(storage=ret_storage, shape=out_tensor_type.shape)
154+
return Array(storage=ret_storage, shape=tuple(out_tensor_type.shape))

0 commit comments

Comments
 (0)