We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2102cb9 commit d25ce81Copy full SHA for d25ce81
tests/logprob/test_mixture.py
@@ -1178,5 +1178,8 @@ def test_advanced_subtensor_none_and_integer():
1178
a_val = a.type()
1179
a_val.name = "a_val"
1180
1181
- with pytest.raises(RuntimeError, match="logprob terms of the following value variables could not be derived: {b_val}"):
+ with pytest.raises(
1182
+ RuntimeError,
1183
+ match="logprob terms of the following value variables could not be derived: {b_val}",
1184
+ ):
1185
conditional_logp({b: b_val, a: a_val})
0 commit comments