MCPcopy Create free account
hub / github.com/apache/arrow / test_invalid_tensor_constructor_repr

Function test_invalid_tensor_constructor_repr

python/pyarrow/tests/test_array.py:3091–3094  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3089
3090
3091def test_invalid_tensor_constructor_repr():
3092 # ARROW-2638: prevent calling extension class constructors directly
3093 with pytest.raises(TypeError):
3094 repr(pa.Tensor([1]))
3095
3096
3097def test_invalid_tensor_construction():

Callers

nothing calls this directly

Calls 1

TensorMethod · 0.80

Tested by

no test coverage detected