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