fix skipped mac test, fix RL bug in add_state_info, fix use of __import__, revise doc

This commit is contained in:
robcaulk
2022-11-17 21:50:02 +01:00
parent bf4d5b432a
commit 60fcd8dce2
3 changed files with 5 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ def test_start_backtesting(mocker, freqai_conf, model, num_files, strat, caplog)
if is_arm() and "Catboost" in model:
pytest.skip("CatBoost is not supported on ARM")
if is_mac():
if is_mac() and 'Reinforcement' in model:
pytest.skip("Reinforcement learning module not available on intel based Mac OS")
Trade.use_db = False