Skip to content

Commit 2a18ce3

Browse files
committed
[JTH] add 4 processsors for guthub actions
1 parent 34924a2 commit 2a18ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/interpolation/test_rbf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_fit_predict(self):
6565
target_directional_variables=["DirPred"],
6666
normalize_target_data=True,
6767
dataset=self.dataset,
68-
num_threads=6,
68+
num_threads=4,
6969
)
7070
self.assertIsInstance(predictions, pd.DataFrame)
7171
self.assertIn("HsPred", predictions.columns)

0 commit comments

Comments
 (0)