Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Jan 27, 2018
1 parent 5333f40 commit d091bac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/test_unscented_kalman_filter.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from unittest import TestCase

from Localization.unscented_kalman_filter import unscented_kalman_filter as m

print(__file__)


class Test(TestCase):

def test1(self):
m.show_animation = False
m.main()

0 comments on commit d091bac

Please sign in to comment.