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.
2 parents 14db74f + 14cb8c8 commit 071abc8Copy full SHA for 071abc8
stonesoup/models/measurement/tests/test_lg.py
@@ -61,7 +61,7 @@ def test_lgmodel(H, R, ndim_state, mapping):
61
# Evaluate the likelihood of the predicted measurement, given the state
62
# (without noise)
63
prob = lg.pdf(State(meas_pred_wo_noise), state)
64
- assert approx(prob), multivariate_normal.pdf(
+ assert approx(prob) == multivariate_normal.pdf(
65
meas_pred_wo_noise.T,
66
mean=np.array(H@state_vec).ravel(),
67
cov=R)
0 commit comments