Skip to content
Snippets Groups Projects
Commit 10c3f06e authored by Lars Sowa's avatar Lars Sowa
Browse files

fix tests

parent 12d62a03
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class TestTCComputation(unittest.TestCase):
forward_kwargs={"point": _point},
tc_idx_list=[combination],
tctensor_features_axis=_feature_axis,
use_parallelization=3,
n_processes=3,
)
tc = tc[combination].item() # as float
with self.subTest(combination=combination, feature_axis=_feature_axis):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment