Skip to content

Commit d25ce81

Browse files
committed
Fix for #7762: lintr issues
1 parent 2102cb9 commit d25ce81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/logprob/test_mixture.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,5 +1178,8 @@ def test_advanced_subtensor_none_and_integer():
11781178
a_val = a.type()
11791179
a_val.name = "a_val"
11801180

1181-
with pytest.raises(RuntimeError, match="logprob terms of the following value variables could not be derived: {b_val}"):
1181+
with pytest.raises(
1182+
RuntimeError,
1183+
match="logprob terms of the following value variables could not be derived: {b_val}",
1184+
):
11821185
conditional_logp({b: b_val, a: a_val})

0 commit comments

Comments
 (0)