Exemplo n.º 1
0
def test_isa5():
    """
    Test not SA brute.
    """
    assert not is_sigma_algebra__brute(not_sa1)
Exemplo n.º 2
0
def test_isa4():
    """
    Test SA brute.
    """
    assert is_sigma_algebra__brute(sa)
Exemplo n.º 3
0
def test_isa6():
    """
    Test not SA brute.
    """
    assert not is_sigma_algebra__brute(not_sa2, X=['a', 'b', 'c'])
Exemplo n.º 4
0
def test_isa6():
    """
    Test not SA brute.
    """
    assert not is_sigma_algebra__brute(not_sa2, X=['a', 'b', 'c'])
Exemplo n.º 5
0
def test_isa5():
    """
    Test not SA brute.
    """
    assert not is_sigma_algebra__brute(not_sa1)
Exemplo n.º 6
0
def test_isa4():
    """
    Test SA brute.
    """
    assert is_sigma_algebra__brute(sa)