(self)
| 1639 | # See Issue #4263 |
| 1640 | class TestSingleEltArrayInput: |
| 1641 | def _create_arrays(self): |
| 1642 | return np.array([2]), np.array([3]), np.array([4]), (1,) |
| 1643 | |
| 1644 | def test_one_arg_funcs(self): |
| 1645 | argOne, _, _, tgtShape = self._create_arrays() |
no outgoing calls
no test coverage detected