Enable RL tests on arm mac

This commit is contained in:
Emre 2022-12-16 22:57:55 +03:00
parent a8c9aa01fb
commit e604047158
No known key found for this signature in database
GPG Key ID: 0EAD2EE11B666ABA
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def test_extract_data_and_train_model_Standard(mocker, freqai_conf, model, pca,
if is_arm() and model == 'CatboostRegressor':
pytest.skip("CatBoost is not supported on ARM")
if is_mac() and 'Reinforcement' in model:
if is_mac() and not is_arm() and 'Reinforcement' in model:
pytest.skip("Reinforcement learning module not available on intel based Mac OS")
model_save_ext = 'joblib'