From d9cc45851e64e51ec3679d51fe8d247449467ac9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 9 May 2023 19:42:15 +0200 Subject: [PATCH] Properly enable pytorch tests --- tests/freqai/test_freqai_interface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/freqai/test_freqai_interface.py b/tests/freqai/test_freqai_interface.py index 95414a83f..e27c8d2c0 100644 --- a/tests/freqai/test_freqai_interface.py +++ b/tests/freqai/test_freqai_interface.py @@ -41,9 +41,6 @@ def can_run_model(model: str) -> None: if is_pytorch_model and is_mac() and not is_arm(): pytest.skip("Reinforcement learning / PyTorch module not available on intel based Mac OS.") - if is_pytorch_model: - pytest.skip("Reinforcement learning / PyTorch currently not available on python 3.11.") - @pytest.mark.parametrize('model, pca, dbscan, float32, can_short, shuffle, buffer', [ ('LightGBMRegressor', True, False, True, True, False, 0),