Skip to content

Commit

Permalink
Merge branch 'more_python_support' of https://github.com/sede-open/op…
Browse files Browse the repository at this point in the history
…enMCMC into more_python_support
  • Loading branch information
bvandekerkhof committed Mar 12, 2024
2 parents a4655b4 + 62c0b93 commit 2721097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_grmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 2721097

Please sign in to comment.