Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
aa1cbbb7
Commit
aa1cbbb7
authored
Jan 19, 2022
by
Bryan Cazabonne
Browse files
Removed print in Brouwer-Lyddane Kalman estimation test.
parent
0e95e5ed
Pipeline
#1670
passed with stages
in 29 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/orekit/estimation/BrouwerLyddaneEstimationTestUtils.java
View file @
aa1cbbb7
...
...
@@ -321,8 +321,6 @@ public class BrouwerLyddaneEstimationTestUtils {
Assert
.
assertEquals
(
expectedDeltaVel
[
k
],
deltaVelK
,
velEps
[
k
]);
for
(
int
i
=
0
;
i
<
3
;
i
++)
{
System
.
out
.
println
(
sigmas
[
i
]);
System
.
out
.
println
(
sigmas
[
i
+
3
]);
Assert
.
assertEquals
(
expectedSigmasPos
[
k
][
i
],
sigmas
[
i
],
sigmaPosEps
[
k
]);
Assert
.
assertEquals
(
expectedSigmasVel
[
k
][
i
],
sigmas
[
i
+
3
],
sigmaVelEps
[
k
]);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment