ensure backtesting also produces tb_logs, make sure tests are working

This commit is contained in:
robcaulk
2023-05-10 10:11:33 +00:00
parent 172b2587ab
commit b01aaa4d03
3 changed files with 3 additions and 2 deletions

View File

@@ -194,3 +194,4 @@ def test_get_full_model_path(mocker, freqai_conf, model):
model_path = freqai.dk.get_full_models_path(freqai_conf)
assert model_path.is_dir() is True
shutil.rmtree(Path(freqai.dk.full_path))