Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 10, 2022
1 parent 0e30f40 commit e2528cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e2528cb

Please sign in to comment.