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

Method test_no_input

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

Source from the content-addressed store, hash-verified

2782 assert_array_equal(X, np.array([1, 2, 3, 4]))
2783
2784 def test_no_input(self):
2785 args = []
2786 assert_array_equal([], meshgrid(*args))
2787 assert_array_equal([], meshgrid(*args, copy=False))
2788
2789 def test_indexing(self):
2790 x = [1, 2, 3]

Callers

nothing calls this directly

Calls 2

assert_array_equalFunction · 0.90
meshgridFunction · 0.90

Tested by

no test coverage detected