From 85e85c2fa1908865d58cdd14c178c8af46622211 Mon Sep 17 00:00:00 2001 From: lruizcalico Date: Mon, 20 May 2024 16:40:35 -0700 Subject: [PATCH] change log dir --- tests/test_train.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_train.py b/tests/test_train.py index 75949b9..7ff1ba4 100755 --- a/tests/test_train.py +++ b/tests/test_train.py @@ -18,6 +18,8 @@ def test_train(clean_data): "src/baskerville/scripts/hound_train.py", "-o", "tests/data/train1", + "-l", + "tests/data/train1/logs", "tests/data/params.json", "tests/data/tiny/hg38", ] @@ -33,6 +35,8 @@ def test_train2(clean_data): "src/baskerville/scripts/hound_train.py", "-o", "tests/data/train2", + "-l", + "tests/data/train2/logs", "tests/data/params.json", "tests/data/tiny/hg38", "tests/data/tiny/mm10",