From 62c0b93fd347494f5faa662999728e8c1732a180 Mon Sep 17 00:00:00 2001 From: code_reformat <> Date: Mon, 11 Mar 2024 15:02:55 +0000 Subject: [PATCH] Automatic reformat of code Signed-off-by: code_reformat <> --- tests/test_grmf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_grmf.py b/tests/test_grmf.py index 06121e4..7e84fea 100644 --- a/tests/test_grmf.py +++ b/tests/test_grmf.py @@ -143,6 +143,7 @@ def test_compare_truncated_normal(d: int, is_sparse: bool, lower: np.ndarray, up assert test_outcome + @pytest.mark.parametrize("mean", [0.5, 1.3]) @pytest.mark.parametrize("scale", [0.1, 1]) @pytest.mark.parametrize("upper", [np.inf, None, 1.3])