Skip to content
Snippets Groups Projects
Verified Commit 3678d00c authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(test_gum_softplus_mlp): introduce another deadline=None

parent 6f359690
No related branches found
No related tags found
No related merge requests found
...@@ -194,6 +194,7 @@ def test_gum_softplus_mlp_correct_output_dimension_of_values( ...@@ -194,6 +194,7 @@ def test_gum_softplus_mlp_correct_output_dimension_of_values(
hst.lists(hst.integers(min_value=1, max_value=10), min_size=1, max_size=10), hst.lists(hst.integers(min_value=1, max_value=10), min_size=1, max_size=10),
uncertain_tensors(), uncertain_tensors(),
) )
@settings(deadline=None)
def test_gum_softplus_mlp_correct_output_dimension_of_uncertainties( def test_gum_softplus_mlp_correct_output_dimension_of_uncertainties(
out_dimens: list[int], out_dimens: list[int],
uncertain_values: UncertainTensor, uncertain_values: UncertainTensor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment