Skip to content

Commit

Permalink
Fixed a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
botprof committed Mar 21, 2023
1 parent e6a8e1f commit 92d1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PF_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def diffdrive_pf(x_pf, v, y, a, f_map, Q, R, T):
+ (f_map[1, int(a[i])] - x_pf_new[1, j]) ** 2
)

# Copute the relative likelihoods
# Compute the relative likelihoods
y_dif = y - y_hat[:, j]
x_likelihood[j] = (
1.0
Expand Down

0 comments on commit 92d1e4d

Please sign in to comment.