Skip to content

Commit 92d1e4d

Browse files
committed
Fixed a typo in a comment
1 parent e6a8e1f commit 92d1e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PF_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def diffdrive_pf(x_pf, v, y, a, f_map, Q, R, T):
223223
+ (f_map[1, int(a[i])] - x_pf_new[1, j]) ** 2
224224
)
225225

226-
# Copute the relative likelihoods
226+
# Compute the relative likelihoods
227227
y_dif = y - y_hat[:, j]
228228
x_likelihood[j] = (
229229
1.0

0 commit comments

Comments
 (0)