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