Skip to content

Commit 176b9e9

Browse files
committed
Reverted particle filter fix - will be handled in another issue.
1 parent 97473d0 commit 176b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inference/particle_filter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ end
164164
# check log marginal likelihood estimate
165165
expected_log_ml = log(hmm_forward_alg(prior, emission_dists, transition_dists, obs_x))
166166
actual_log_ml_est = log_ml_estimate(state)
167-
@test isapprox(expected_log_ml, actual_log_ml_est, atol=0.02)
167+
@test isapprox(expected_log_ml, actual_log_ml_est, atol=0.01)
168168
end
169169

170170
end

0 commit comments

Comments
 (0)