def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(OLSRegressionStep)
def test_template_validity():
    """
    Run the templates through the standard validation check.
    
    """
    assert validate_template(LoadTable)
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)