MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_nan_overlap

Function test_nan_overlap

lib/matplotlib/tests/test_transforms.py:951–954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

949
950
951def test_nan_overlap():
952 a = mtransforms.Bbox([[0, 0], [1, 1]])
953 b = mtransforms.Bbox([[0, 0], [1, np.nan]])
954 assert not a.overlaps(b)
955
956
957def test_transform_angles():

Callers

nothing calls this directly

Calls 1

overlapsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…