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

@@ -552,8 +552,6 @@ def test_get_state_info(mocker, freqai_conf, dp_exists, caplog, tickers):
if is_mac():
pytest.skip("Reinforcement learning module not available on intel based Mac OS")
if is_py11():
pytest.skip("Reinforcement learning currently not available on python 3.11.")
freqai_conf.update({"freqaimodel": "ReinforcementLearner"})
freqai_conf.update({"timerange": "20180110-20180130"})