Skip to content

Commit

Permalink
Working on adding CKF tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Apr 13, 2017
1 parent 6ccadea commit 8565ae5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions srif_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ func TestSRIFFullODExample(t *testing.T) {
noiseKF := NewNoiseless(noiseQ, noiseR)

// Take care of measurements.
//estHistory := make([]*HybridKFEstimate, len(measurements))
//stateHistory := make([]*mat64.Vector, len(measurements)) // Stores the histories of the orbit estimate (to post compute the truth)
estChan := make(chan (Estimate), 1)
go processEst("hybridkf", estChan, t)

Expand Down
File renamed without changes.

0 comments on commit 8565ae5

Please sign in to comment.