MCPcopy Create free account
hub / github.com/numpy/numpy / test_generator

Method test_generator

numpy/lib/tests/test_shape_base.py:494–496  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

492 assert_equal(actual, expected)
493
494 def test_generator(self):
495 with pytest.raises(TypeError, match="arrays to stack must be"):
496 column_stack((np.arange(3) for _ in range(2)))
497
498
499class TestDstack:

Callers

nothing calls this directly

Calls 1

column_stackFunction · 0.90

Tested by

no test coverage detected