def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(OLSRegressionStep)
Ejemplo n.º 2
0
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)
Ejemplo n.º 4
0
def test_template_validity():
    """
    Run the template through the standard validation check.
    
    """
    assert validate_template(BinaryLogitStep)