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:3149–3152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3147
3148
3149def test_invalid_tensor_constructor_repr():
3150 # ARROW-2638: prevent calling extension class constructors directly
3151 with pytest.raises(TypeError):
3152 repr(pa.Tensor([1]))
3153
3154
3155def test_invalid_tensor_construction():

Callers

nothing calls this directly

Calls 1

TensorMethod · 0.80

Tested by

no test coverage detected