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