Browse Source

Update for travis.

master
jgoppert 9 years ago
parent
commit
7c4b2c590e
  1. 1
      .travis.yml
  2. 2
      test/filter.cpp

1
.travis.yml

@ -6,6 +6,7 @@ script: @@ -6,6 +6,7 @@ script:
- cmake -DCOVERALLS=ON -DCOVERALLS_UPLOAD=ON -DCMAKE_BUILD_TYPE=Debug ..
- make
- make check_format
- ctest
- ctest -V
- make coveralls
env:

2
test/filter.cpp

@ -21,7 +21,7 @@ int main() @@ -21,7 +21,7 @@ int main()
float beta = 0;
kalman_correct<float, 6, 5>(P, C, R, r, dx, beta);
dx.print();
dx.T().print();
printf("beta: %g\n", beta);
float data_check[] = {0.5,1,1.5,2,2.5,0};

Loading…
Cancel
Save