We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34924a2 commit 2a18ce3Copy full SHA for 2a18ce3
tests/interpolation/test_rbf.py
@@ -65,7 +65,7 @@ def test_fit_predict(self):
65
target_directional_variables=["DirPred"],
66
normalize_target_data=True,
67
dataset=self.dataset,
68
- num_threads=6,
+ num_threads=4,
69
)
70
self.assertIsInstance(predictions, pd.DataFrame)
71
self.assertIn("HsPred", predictions.columns)
0 commit comments