Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bayesian_filters/kalman/tests/test_enkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def fx(x, dt):
plt.plot(results + ps, c="k", linestyle="--")
plt.legend(loc="best")
# print(ps)
return f


def test_circle():
Expand Down
2 changes: 0 additions & 2 deletions bayesian_filters/kalman/tests/test_mmae.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ def test_MMAE2():
plt.plot(xs)
plt.plot(pos[:, 0])

return bank


if __name__ == "__main__":
DO_PLOT = True
Expand Down
1 change: 0 additions & 1 deletion bayesian_filters/kalman/tests/test_ukf.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ def o_func(x):

assert np.allclose(dx, 0, atol=1e-7)
assert np.allclose(dxx, 0, atol=1e-6)
return ukf


def _test_log_likelihood():
Expand Down
Loading