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

Method test_no_input

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

Source from the content-addressed store, hash-verified

2525 assert_array_equal(X, np.array([1, 2, 3, 4]))
2526
2527 def test_no_input(self):
2528 args = []
2529 assert_array_equal([], meshgrid(*args))
2530 assert_array_equal([], meshgrid(*args, copy=False))
2531
2532 def test_indexing(self):
2533 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