From e2528cbd3dfe8f67a67950cbcf7f13c39b7dbbf6 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Mon, 10 Oct 2022 12:31:35 +0200 Subject: [PATCH] lint --- tests/test_train_model.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_train_model.py b/tests/test_train_model.py index b82ab4eb..76217236 100644 --- a/tests/test_train_model.py +++ b/tests/test_train_model.py @@ -20,7 +20,10 @@ def test_main(model_name): @pytest.mark.pre_push_test def test_integration_test(): - """test main using the logistic model. Used for quickly testing functions before a push.""" + """test main using the logistic model. + + Used for quickly testing functions before a push. + """ with initialize(version_base=None, config_path="../src/psycopt2d/config/"): cfg = compose( config_name="integration_testing.yaml",