File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44numpy
55pytest
66torch
7- paddlepaddle
7+ paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
88sparse >= 0.15.1
99ndonnx
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def test_get_namespace():
122122 # Backwards compatible wrapper
123123 assert array_api_compat .get_namespace is array_api_compat .array_namespace
124124
125- def test_python_scalars ():
125+ def test_python_scalars_torch ():
126126 a = torch .asarray ([1 , 2 ])
127127 xp = import_ ("torch" , wrapper = True )
128128
@@ -138,7 +138,7 @@ def test_python_scalars():
138138 assert array_namespace (a , True ) == xp
139139 assert array_namespace (a , None ) == xp
140140
141- def test_python_scalars ():
141+ def test_python_scalars_paddle ():
142142 a = paddle .to_tensor ([1 , 2 ])
143143 xp = import_ ("paddle" , wrapper = True )
144144
You can’t perform that action at this time.
0 commit comments