Exemplo n.º 1
0
def test_determinism_markers():
    """Test for reproducible PDF output: figure with different markers"""
    _determinism_check('m', format="pdf")
Exemplo n.º 2
0
def test_determinism_all():
    """Test for reproducible PDF output"""
    _determinism_check(format="pdf")
Exemplo n.º 3
0
def test_determinism_plain():
    """Test for reproducible PDF output: simple figure"""
    _determinism_check('', format="pdf")
Exemplo n.º 4
0
def test_determinism_hatches():
    """Test for reproducible PDF output: figure with different hatches"""
    _determinism_check('h', format="pdf")
Exemplo n.º 5
0
def test_determinism_all():
    """Test for reproducible PS output"""
    _determinism_check(format="ps")
Exemplo n.º 6
0
def test_determinism_all_tex():
    """Test for reproducible PS/tex output"""
    _determinism_check(format="ps", usetex=True)
Exemplo n.º 7
0
def test_determinism_markers():
    """Test for reproducible PDF output: figure with different markers"""
    _determinism_check('m', format="pdf")
Exemplo n.º 8
0
def test_determinism_hatches():
    """Test for reproducible PDF output: figure with different hatches"""
    _determinism_check('h', format="pdf")
Exemplo n.º 9
0
def test_determinism_plain():
    """Test for reproducible PDF output: simple figure"""
    _determinism_check('', format="pdf")
Exemplo n.º 10
0
def test_determinism_all_tex():
    """Test for reproducible PS/tex output"""
    _determinism_check(format="ps", usetex=True)
Exemplo n.º 11
0
def test_determinism_images():
    """Test for reproducible PDF output: figure with different images"""
    _determinism_check("i", format="pdf")