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

Method squeeze

numpy/core/tests/test_regression.py:1745–1746  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1743 # it is designed to simulate an old API
1744 # expectation to guard against regression
1745 def squeeze(self):
1746 return super().squeeze()
1747
1748 oldsqueeze = OldSqueeze(np.array([[1],[2],[3]]))
1749

Callers 10

test_squeeze_typeMethod · 0.45
test_attributesMethod · 0.45
test_structured_equalMethod · 0.45
test_contiguous_flagsFunction · 0.45
test_squeezeMethod · 0.45
test_squeezeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected