Home
last modified time | relevance | path

Searched refs:_determinism_check (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_backend_pdf.py21 _determinism_check)
155 _determinism_check('', format="pdf")
160 _determinism_check('i', format="pdf")
165 _determinism_check('h', format="pdf")
170 _determinism_check('m', format="pdf")
175 _determinism_check(format="pdf")
H A Dtest_backend_ps.py18 _determinism_check)
148 _determinism_check(format="ps")
155 _determinism_check(format="ps", usetex=True)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/testing/
H A Ddeterminism.py81 def _determinism_check(objects='mhi', format="pdf", usetex=False): function