コード例 #1
0
def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(OLSRegressionStep)
コード例 #2
0
def test_template_validity():
    """
    Run the templates through the standard validation check.
    
    """
    assert validate_template(LoadTable)
コード例 #3
0
def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(SmallMultinomialLogitStep)
コード例 #4
0
def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(BinaryLogitStep)