Skip to content

Commit 68d6e59

Browse files
test ains
1 parent 2e35a94 commit 68d6e59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_smoothing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ def test__init__(self, ains):
3030
assert smoother.bias_acc().size == 0
3131
assert smoother.bias_gyro().size == 0
3232

33+
def test_ains(self, ains):
34+
smoother = FixedIntervalSmoother(ains)
35+
assert smoother.ains is ains
36+
3337
def test_benchmark_ains(self):
3438
# Reference signal
3539
fs = 10.24 # sampling rate in Hz

0 commit comments

Comments
 (0)