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

Function test_ecdf_invalid

lib/matplotlib/tests/test_axes.py:9919–9923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9917
9918
9919def test_ecdf_invalid():
9920 with pytest.raises(ValueError):
9921 plt.ecdf([1, np.nan])
9922 with pytest.raises(ValueError):
9923 plt.ecdf(np.ma.array([1, 2], mask=[True, False]))
9924
9925
9926def test_fill_between_axes_limits():

Callers

nothing calls this directly

Calls 1

ecdfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…