示例#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)