From f473456c19558aaf8552df97a51d4e18cc69dfa8 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Wed, 22 Jul 2020 23:18:08 +0200 Subject: Working training loop and testing of trained CharacterModel. --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noxfile.py') diff --git a/noxfile.py b/noxfile.py index d391ff4..d1a8d1b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -8,7 +8,7 @@ from nox.sessions import Session package = "text-recognizer" nox.options.sessions = "lint", "mypy", "pytype", "safety", "tests" -locations = "src", "tests", "noxfile.py", "docs/conf.py" +locations = "src", "tests", "noxfile.py", "docs/conf.py", "src/text_recognizer/tests" def install_with_constraints(session: Session, *args: str, **kwargs: Any) -> None: -- cgit v1.2.3-70-g09d2