MCPcopy Index your code
hub / github.com/numpy/numpy / test_single_input

Method test_single_input

numpy/lib/tests/test_function_base.py:2780–2782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2778 [7, 7, 7]]))
2779
2780 def test_single_input(self):
2781 [X] = meshgrid([1, 2, 3, 4])
2782 assert_array_equal(X, np.array([1, 2, 3, 4]))
2783
2784 def test_no_input(self):
2785 args = []

Callers

nothing calls this directly

Calls 2

meshgridFunction · 0.90
assert_array_equalFunction · 0.90

Tested by

no test coverage detected