-
Notifications
You must be signed in to change notification settings - Fork 1
/
bugs-dot-jar_MATH-1257_03178c8b.log
1040 lines (1029 loc) · 100 KB
/
bugs-dot-jar_MATH-1257_03178c8b.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.commons:commons-math4 >------------------
[INFO] Building Apache Commons Math 4.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-math4 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ commons-math4 ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-math4 ---
[INFO] Executing tasks
main:
[copy] Copying 2 files to /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/apidocs/META-INF
[INFO] Executed tasks
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-math4 ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-math4 ---
[INFO] Executing: /bin/sh -c cd /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math && git rev-parse --verify HEAD
[INFO] Working directory: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math
[INFO] Storing buildNumber: null at timestamp: 1657616404665
[INFO] Storing buildScmBranch: bugs-dot-jar_MATH-1257_03178c8b
[INFO]
[INFO] --- maven-jgit-buildnumber-plugin:1.2.10:extract-buildnumber (default) @ commons-math4 ---
[INFO] Git info extracted, revision: 'e816bac', branch: 'bugs-dot-jar_MATH-1257_03178c8b', tag: '', commitsCount: '5671', commitDate: '2018-02-06', buildnumber: 'bugs-dot-jar_MATH-1257_03178c8b.5671.e816bac'
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 808 source files to /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.3:manifest (bundle-manifest) @ commons-math4 ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.13:check (checkAPIcompatibility) @ commons-math4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 38 resources
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 499 source files to /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/test-classes
[INFO] /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/src/test/java/org/apache/commons/math4/transform/FastFourierTransformerTest.java: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/src/test/java/org/apache/commons/math4/transform/FastFourierTransformerTest.java uses or overrides a deprecated API.
[INFO] /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/src/test/java/org/apache/commons/math4/transform/FastFourierTransformerTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (prepare-agent) @ commons-math4 ---
[INFO] argLine set to -javaagent:/home/user/.m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/jacoco.exec
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ commons-math4 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ commons-math4 ---
[INFO] Building jar: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/commons-math4-4.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ commons-math4 ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (default) @ commons-math4 ---
[INFO] Executing tasks
main:
[jar] Building jar: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/commons-math4-4.0-SNAPSHOT-tools.jar
[INFO] Executed tasks
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:attach-artifact (attach-artifacts) @ commons-math4 ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:check (check) @ commons-math4 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/jacoco.exec
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ commons-math4 ---
[INFO] Installing /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/commons-math4-4.0-SNAPSHOT.jar to /home/user/.m2/repository/org/apache/commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT.jar
[INFO] Installing /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/pom.xml to /home/user/.m2/repository/org/apache/commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT.pom
[INFO] Installing /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/commons-math4-4.0-SNAPSHOT-tools.jar to /home/user/.m2/repository/org/apache/commons/commons-math4/4.0-SNAPSHOT/commons-math4-4.0-SNAPSHOT-tools.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.673 s
[INFO] Finished at: 2022-07-12T02:00:15-07:00
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.commons:commons-math4 >------------------
[INFO] Building Apache Commons Math 4.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-3) @ commons-math4 ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:parse-version (parse-version) @ commons-math4 ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-math4 ---
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ commons-math4 ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-math4 ---
[INFO] Executing: /bin/sh -c cd /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math && git rev-parse --verify HEAD
[INFO] Working directory: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math
[INFO] Storing buildNumber: null at timestamp: 1657616418424
[INFO] Storing buildScmBranch: bugs-dot-jar_MATH-1257_03178c8b
[INFO]
[INFO] --- maven-jgit-buildnumber-plugin:1.2.10:extract-buildnumber (default) @ commons-math4 ---
[INFO] Git info extracted, revision: 'e816bac', branch: 'bugs-dot-jar_MATH-1257_03178c8b', tag: '', commitsCount: '5671', commitDate: '2018-02-06', buildnumber: 'bugs-dot-jar_MATH-1257_03178c8b.5671.e816bac'
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ commons-math4 ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 808 source files to /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/classes
[INFO]
[INFO] --- maven-bundle-plugin:2.5.3:manifest (bundle-manifest) @ commons-math4 ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.13:check (checkAPIcompatibility) @ commons-math4 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ commons-math4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 38 resources
[INFO] Copying 2 resources to META-INF
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ commons-math4 ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (prepare-agent) @ commons-math4 ---
[INFO] argLine set to -javaagent:/home/user/.m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/jacoco.exec
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ commons-math4 ---
[INFO] Surefire report directory: /data-depot/user/Workspace/Reproducibility/Reproducibility-Scanner/benchmarks/bugs-dot-jar/commons-math/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.commons.math4.filter.KalmanFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.apache.commons.math4.filter.KalmanFilterTest
Running org.apache.commons.math4.genetics.BinaryChromosomeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.genetics.BinaryChromosomeTest
Running org.apache.commons.math4.genetics.NPointCrossoverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.genetics.NPointCrossoverTest
Running org.apache.commons.math4.genetics.FitnessCachingTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.math4.genetics.FitnessCachingTest
Running org.apache.commons.math4.genetics.GeneticAlgorithmTestPermutations
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.commons.math4.genetics.GeneticAlgorithmTestPermutations
Running org.apache.commons.math4.genetics.OnePointCrossoverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.genetics.OnePointCrossoverTest
Running org.apache.commons.math4.genetics.TournamentSelectionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.genetics.TournamentSelectionTest
Running org.apache.commons.math4.genetics.UniformCrossoverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.apache.commons.math4.genetics.UniformCrossoverTest
Running org.apache.commons.math4.genetics.ListPopulationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.genetics.ListPopulationTest
Running org.apache.commons.math4.genetics.BinaryMutationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.genetics.BinaryMutationTest
Running org.apache.commons.math4.genetics.CycleCrossoverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.genetics.CycleCrossoverTest
Running org.apache.commons.math4.genetics.ElitisticListPopulationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.genetics.ElitisticListPopulationTest
Running org.apache.commons.math4.genetics.OrderedCrossoverTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.genetics.OrderedCrossoverTest
Running org.apache.commons.math4.genetics.GeneticAlgorithmTestBinary
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.commons.math4.genetics.GeneticAlgorithmTestBinary
Running org.apache.commons.math4.genetics.ChromosomeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.genetics.ChromosomeTest
Running org.apache.commons.math4.genetics.RandomKeyTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.genetics.RandomKeyTest
Running org.apache.commons.math4.genetics.FixedElapsedTimeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.01 sec - in org.apache.commons.math4.genetics.FixedElapsedTimeTest
Running org.apache.commons.math4.genetics.RandomKeyMutationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.genetics.RandomKeyMutationTest
Running org.apache.commons.math4.genetics.FixedGenerationCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.genetics.FixedGenerationCountTest
Running org.apache.commons.math4.stat.inference.ChiSquareTestTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.commons.math4.stat.inference.ChiSquareTestTest
Running org.apache.commons.math4.stat.inference.KolmogorovSmirnovTestTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.707 sec - in org.apache.commons.math4.stat.inference.KolmogorovSmirnovTestTest
Running org.apache.commons.math4.stat.inference.OneWayAnovaTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.inference.OneWayAnovaTest
Running org.apache.commons.math4.stat.inference.WilcoxonSignedRankTestTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.inference.WilcoxonSignedRankTestTest
Running org.apache.commons.math4.stat.inference.BinomialTestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.inference.BinomialTestTest
Running org.apache.commons.math4.stat.inference.MannWhitneyUTestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.apache.commons.math4.stat.inference.MannWhitneyUTestTest
Running org.apache.commons.math4.stat.inference.GTestTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.stat.inference.GTestTest
Running org.apache.commons.math4.stat.inference.TTestTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.math4.stat.inference.TTestTest
Running org.apache.commons.math4.stat.inference.TestUtilsTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec - in org.apache.commons.math4.stat.inference.TestUtilsTest
Running org.apache.commons.math4.stat.CertifiedDataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.commons.math4.stat.CertifiedDataTest
Running org.apache.commons.math4.stat.FrequencyTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.commons.math4.stat.FrequencyTest
Running org.apache.commons.math4.stat.descriptive.summary.SumLogTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.stat.descriptive.summary.SumLogTest
Running org.apache.commons.math4.stat.descriptive.summary.ProductTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.stat.descriptive.summary.ProductTest
Running org.apache.commons.math4.stat.descriptive.summary.SumSqTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.summary.SumSqTest
Running org.apache.commons.math4.stat.descriptive.summary.SumTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.stat.descriptive.summary.SumTest
Running org.apache.commons.math4.stat.descriptive.SynchronizedMultivariateSummaryStatisticsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.commons.math4.stat.descriptive.SynchronizedMultivariateSummaryStatisticsTest
Running org.apache.commons.math4.stat.descriptive.MultivariateSummaryStatisticsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.stat.descriptive.MultivariateSummaryStatisticsTest
Running org.apache.commons.math4.stat.descriptive.MixedListUnivariateImplTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.MixedListUnivariateImplTest
Running org.apache.commons.math4.stat.descriptive.AggregateSummaryStatisticsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.AggregateSummaryStatisticsTest
Running org.apache.commons.math4.stat.descriptive.StatisticalSummaryValuesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.StatisticalSummaryValuesTest
Running org.apache.commons.math4.stat.descriptive.SynchronizedSummaryStatisticsTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.math4.stat.descriptive.SynchronizedSummaryStatisticsTest
Running org.apache.commons.math4.stat.descriptive.SynchronizedDescriptiveStatisticsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.stat.descriptive.SynchronizedDescriptiveStatisticsTest
Running org.apache.commons.math4.stat.descriptive.DescriptiveStatisticsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.DescriptiveStatisticsTest
Running org.apache.commons.math4.stat.descriptive.moment.ThirdMomentTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.stat.descriptive.moment.ThirdMomentTest
Running org.apache.commons.math4.stat.descriptive.moment.StandardDeviationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.moment.StandardDeviationTest
Running org.apache.commons.math4.stat.descriptive.moment.InteractionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.stat.descriptive.moment.InteractionTest
Running org.apache.commons.math4.stat.descriptive.moment.SkewnessTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.stat.descriptive.moment.SkewnessTest
Running org.apache.commons.math4.stat.descriptive.moment.GeometricMeanTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.moment.GeometricMeanTest
Running org.apache.commons.math4.stat.descriptive.moment.SecondMomentTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.moment.SecondMomentTest
Running org.apache.commons.math4.stat.descriptive.moment.VectorialMeanTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.moment.VectorialMeanTest
Running org.apache.commons.math4.stat.descriptive.moment.VarianceTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.moment.VarianceTest
Running org.apache.commons.math4.stat.descriptive.moment.KurtosisTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.moment.KurtosisTest
Running org.apache.commons.math4.stat.descriptive.moment.VectorialCovarianceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.moment.VectorialCovarianceTest
Running org.apache.commons.math4.stat.descriptive.moment.FirstMomentTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.moment.FirstMomentTest
Running org.apache.commons.math4.stat.descriptive.moment.FourthMomentTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.moment.FourthMomentTest
Running org.apache.commons.math4.stat.descriptive.moment.MeanTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.descriptive.moment.MeanTest
Running org.apache.commons.math4.stat.descriptive.moment.SemiVarianceTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.moment.SemiVarianceTest
Running org.apache.commons.math4.stat.descriptive.SummaryStatisticsTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.descriptive.SummaryStatisticsTest
Running org.apache.commons.math4.stat.descriptive.ListUnivariateImplTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.stat.descriptive.ListUnivariateImplTest
Running org.apache.commons.math4.stat.descriptive.rank.PSquarePercentileTest
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.445 sec - in org.apache.commons.math4.stat.descriptive.rank.PSquarePercentileTest
Running org.apache.commons.math4.stat.descriptive.rank.MinTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.stat.descriptive.rank.MinTest
Running org.apache.commons.math4.stat.descriptive.rank.MedianTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.rank.MedianTest
Running org.apache.commons.math4.stat.descriptive.rank.PercentileTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.commons.math4.stat.descriptive.rank.PercentileTest
Running org.apache.commons.math4.stat.descriptive.rank.MaxTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.descriptive.rank.MaxTest
Running org.apache.commons.math4.stat.ranking.NaturalRankingTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.ranking.NaturalRankingTest
Running org.apache.commons.math4.stat.interval.AgrestiCoullIntervalTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.stat.interval.AgrestiCoullIntervalTest
Running org.apache.commons.math4.stat.interval.IntervalUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.stat.interval.IntervalUtilsTest
Running org.apache.commons.math4.stat.interval.WilsonScoreIntervalTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.interval.WilsonScoreIntervalTest
Running org.apache.commons.math4.stat.interval.NormalApproximationIntervalTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.interval.NormalApproximationIntervalTest
Running org.apache.commons.math4.stat.interval.ClopperPearsonIntervalTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.interval.ClopperPearsonIntervalTest
Running org.apache.commons.math4.stat.StatUtilsTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.StatUtilsTest
Running org.apache.commons.math4.stat.correlation.StorelessCovarianceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.stat.correlation.StorelessCovarianceTest
Running org.apache.commons.math4.stat.correlation.SpearmansRankCorrelationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.stat.correlation.SpearmansRankCorrelationTest
Running org.apache.commons.math4.stat.correlation.KendallsCorrelationTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.apache.commons.math4.stat.correlation.KendallsCorrelationTest
Running org.apache.commons.math4.stat.correlation.PearsonsCorrelationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.stat.correlation.PearsonsCorrelationTest
Running org.apache.commons.math4.stat.correlation.CovarianceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.stat.correlation.CovarianceTest
Running org.apache.commons.math4.stat.data.LewTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.stat.data.LewTest
Running org.apache.commons.math4.stat.data.LotteryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.stat.data.LotteryTest
Running org.apache.commons.math4.stat.regression.SimpleRegressionTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.stat.regression.SimpleRegressionTest
Running org.apache.commons.math4.stat.regression.MillerUpdatingRegressionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.apache.commons.math4.stat.regression.MillerUpdatingRegressionTest
Running org.apache.commons.math4.stat.regression.GLSMultipleLinearRegressionTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.491 sec - in org.apache.commons.math4.stat.regression.GLSMultipleLinearRegressionTest
Running org.apache.commons.math4.stat.regression.OLSMultipleLinearRegressionTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.stat.regression.OLSMultipleLinearRegressionTest
Running org.apache.commons.math4.analysis.differentiation.DerivativeStructureTest
Tests run: 124, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.877 sec - in org.apache.commons.math4.analysis.differentiation.DerivativeStructureTest
Running org.apache.commons.math4.analysis.differentiation.JacobianFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.analysis.differentiation.JacobianFunctionTest
Running org.apache.commons.math4.analysis.differentiation.DSCompilerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.analysis.differentiation.DSCompilerTest
Running org.apache.commons.math4.analysis.differentiation.GradientFunctionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.commons.math4.analysis.differentiation.GradientFunctionTest
Running org.apache.commons.math4.analysis.differentiation.SparseGradientTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in org.apache.commons.math4.analysis.differentiation.SparseGradientTest
Running org.apache.commons.math4.analysis.differentiation.FiniteDifferencesDifferentiatorTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.commons.math4.analysis.differentiation.FiniteDifferencesDifferentiatorTest
Running org.apache.commons.math4.analysis.function.GaussianTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.function.GaussianTest
Running org.apache.commons.math4.analysis.function.LogitTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.analysis.function.LogitTest
Running org.apache.commons.math4.analysis.function.HarmonicOscillatorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.function.HarmonicOscillatorTest
Running org.apache.commons.math4.analysis.function.SqrtTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.analysis.function.SqrtTest
Running org.apache.commons.math4.analysis.function.StepFunctionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.function.StepFunctionTest
Running org.apache.commons.math4.analysis.function.LogisticTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.analysis.function.LogisticTest
Running org.apache.commons.math4.analysis.function.SigmoidTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.function.SigmoidTest
Running org.apache.commons.math4.analysis.function.SincTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 sec - in org.apache.commons.math4.analysis.function.SincTest
Running org.apache.commons.math4.analysis.solvers.LaguerreSolverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.analysis.solvers.LaguerreSolverTest
Running org.apache.commons.math4.analysis.solvers.BracketingNthOrderBrentSolverTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.analysis.solvers.BracketingNthOrderBrentSolverTest
Running org.apache.commons.math4.analysis.solvers.NewtonRaphsonSolverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.solvers.NewtonRaphsonSolverTest
Running org.apache.commons.math4.analysis.solvers.BrentSolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.solvers.BrentSolverTest
Running org.apache.commons.math4.analysis.solvers.RegulaFalsiSolverTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.analysis.solvers.RegulaFalsiSolverTest
Running org.apache.commons.math4.analysis.solvers.BisectionSolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.solvers.BisectionSolverTest
Running org.apache.commons.math4.analysis.solvers.PegasusSolverTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.solvers.PegasusSolverTest
Running org.apache.commons.math4.analysis.solvers.RiddersSolverTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.solvers.RiddersSolverTest
Running org.apache.commons.math4.analysis.solvers.IllinoisSolverTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.solvers.IllinoisSolverTest
Running org.apache.commons.math4.analysis.solvers.UnivariateSolverUtilsTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.analysis.solvers.UnivariateSolverUtilsTest
Running org.apache.commons.math4.analysis.solvers.MullerSolver2Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.solvers.MullerSolver2Test
Running org.apache.commons.math4.analysis.solvers.SecantSolverTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.solvers.SecantSolverTest
Running org.apache.commons.math4.analysis.solvers.MullerSolverTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.solvers.MullerSolverTest
Running org.apache.commons.math4.analysis.integration.TrapezoidIntegratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.analysis.integration.TrapezoidIntegratorTest
Running org.apache.commons.math4.analysis.integration.SimpsonIntegratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.integration.SimpsonIntegratorTest
Running org.apache.commons.math4.analysis.integration.RombergIntegratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.integration.RombergIntegratorTest
Running org.apache.commons.math4.analysis.integration.MidPointIntegratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.apache.commons.math4.analysis.integration.MidPointIntegratorTest
Running org.apache.commons.math4.analysis.integration.gauss.LegendreParametricTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.commons.math4.analysis.integration.gauss.LegendreParametricTest
Running org.apache.commons.math4.analysis.integration.gauss.LegendreHighPrecisionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.137 sec - in org.apache.commons.math4.analysis.integration.gauss.LegendreHighPrecisionTest
Running org.apache.commons.math4.analysis.integration.gauss.BaseRuleFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.commons.math4.analysis.integration.gauss.BaseRuleFactoryTest
Running org.apache.commons.math4.analysis.integration.gauss.HermiteParametricTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.commons.math4.analysis.integration.gauss.HermiteParametricTest
Running org.apache.commons.math4.analysis.integration.gauss.LegendreTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.math4.analysis.integration.gauss.LegendreTest
Running org.apache.commons.math4.analysis.integration.gauss.GaussIntegratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.integration.gauss.GaussIntegratorTest
Running org.apache.commons.math4.analysis.integration.gauss.LegendreHighPrecisionParametricTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.668 sec - in org.apache.commons.math4.analysis.integration.gauss.LegendreHighPrecisionParametricTest
Running org.apache.commons.math4.analysis.integration.gauss.HermiteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.integration.gauss.HermiteTest
Running org.apache.commons.math4.analysis.integration.IterativeLegendreGaussIntegratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 sec - in org.apache.commons.math4.analysis.integration.IterativeLegendreGaussIntegratorTest
Running org.apache.commons.math4.analysis.FunctionUtilsTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec - in org.apache.commons.math4.analysis.FunctionUtilsTest
Running org.apache.commons.math4.analysis.polynomials.PolynomialFunctionLagrangeFormTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.polynomials.PolynomialFunctionLagrangeFormTest
Running org.apache.commons.math4.analysis.polynomials.PolynomialSplineFunctionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.polynomials.PolynomialSplineFunctionTest
Running org.apache.commons.math4.analysis.polynomials.PolynomialsUtilsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec - in org.apache.commons.math4.analysis.polynomials.PolynomialsUtilsTest
Running org.apache.commons.math4.analysis.polynomials.PolynomialFunctionNewtonFormTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.polynomials.PolynomialFunctionNewtonFormTest
Running org.apache.commons.math4.analysis.polynomials.PolynomialFunctionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.polynomials.PolynomialFunctionTest
Running org.apache.commons.math4.analysis.interpolation.MicrosphereInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.commons.math4.analysis.interpolation.MicrosphereInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.FieldHermiteInterpolatorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec - in org.apache.commons.math4.analysis.interpolation.FieldHermiteInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.SplineInterpolatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.interpolation.SplineInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.LinearInterpolatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.interpolation.LinearInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.DividedDifferenceInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.interpolation.DividedDifferenceInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.BicubicInterpolatingFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.analysis.interpolation.BicubicInterpolatingFunctionTest
Running org.apache.commons.math4.analysis.interpolation.MicrosphereProjectionInterpolatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.math4.analysis.interpolation.MicrosphereProjectionInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.TricubicInterpolatingFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.apache.commons.math4.analysis.interpolation.TricubicInterpolatingFunctionTest
Running org.apache.commons.math4.analysis.interpolation.BicubicInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.analysis.interpolation.BicubicInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.LoessInterpolatorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.math4.analysis.interpolation.LoessInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunctionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunctionTest
Running org.apache.commons.math4.analysis.interpolation.AkimaSplineInterpolatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.analysis.interpolation.AkimaSplineInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.UnivariatePeriodicInterpolatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.analysis.interpolation.UnivariatePeriodicInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.TricubicInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.analysis.interpolation.TricubicInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.PiecewiseBicubicSplineInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.math4.analysis.interpolation.PiecewiseBicubicSplineInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.HermiteInterpolatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.commons.math4.analysis.interpolation.HermiteInterpolatorTest
Running org.apache.commons.math4.analysis.interpolation.NevilleInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.analysis.interpolation.NevilleInterpolatorTest
Running org.apache.commons.math4.dfp.BracketingNthOrderBrentSolverDFPTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in org.apache.commons.math4.dfp.BracketingNthOrderBrentSolverDFPTest
Running org.apache.commons.math4.dfp.DfpMathTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.dfp.DfpMathTest
Running org.apache.commons.math4.dfp.DfpDecTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.dfp.DfpDecTest
Running org.apache.commons.math4.dfp.DfpTest
Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 sec - in org.apache.commons.math4.dfp.DfpTest
Running org.apache.commons.math4.optim.SimplePointCheckerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.optim.SimplePointCheckerTest
Running org.apache.commons.math4.optim.SimpleValueCheckerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.optim.SimpleValueCheckerTest
Running org.apache.commons.math4.optim.univariate.BrentOptimizerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.optim.univariate.BrentOptimizerTest
Running org.apache.commons.math4.optim.univariate.SimpleUnivariateValueCheckerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.optim.univariate.SimpleUnivariateValueCheckerTest
Running org.apache.commons.math4.optim.univariate.BracketFinderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.optim.univariate.BracketFinderTest
Running org.apache.commons.math4.optim.univariate.MultiStartUnivariateOptimizerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.optim.univariate.MultiStartUnivariateOptimizerTest
Running org.apache.commons.math4.optim.nonlinear.scalar.noderiv.SimplexOptimizerNelderMeadTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.optim.nonlinear.scalar.noderiv.SimplexOptimizerNelderMeadTest
Running org.apache.commons.math4.optim.nonlinear.scalar.noderiv.CMAESOptimizerTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.923 sec - in org.apache.commons.math4.optim.nonlinear.scalar.noderiv.CMAESOptimizerTest
Running org.apache.commons.math4.optim.nonlinear.scalar.noderiv.SimplexOptimizerMultiDirectionalTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.optim.nonlinear.scalar.noderiv.SimplexOptimizerMultiDirectionalTest
Running org.apache.commons.math4.optim.nonlinear.scalar.noderiv.PowellOptimizerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.optim.nonlinear.scalar.noderiv.PowellOptimizerTest
Running org.apache.commons.math4.optim.nonlinear.scalar.noderiv.BOBYQAOptimizerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.077 sec - in org.apache.commons.math4.optim.nonlinear.scalar.noderiv.BOBYQAOptimizerTest
Running org.apache.commons.math4.optim.nonlinear.scalar.MultiStartMultivariateOptimizerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.optim.nonlinear.scalar.MultiStartMultivariateOptimizerTest
Running org.apache.commons.math4.optim.nonlinear.scalar.MultivariateFunctionMappingAdapterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.optim.nonlinear.scalar.MultivariateFunctionMappingAdapterTest
Running org.apache.commons.math4.optim.nonlinear.scalar.MultivariateFunctionPenaltyAdapterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.optim.nonlinear.scalar.MultivariateFunctionPenaltyAdapterTest
Running org.apache.commons.math4.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizerTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizerTest
Running org.apache.commons.math4.optim.linear.SimplexTableauTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.optim.linear.SimplexTableauTest
Running org.apache.commons.math4.optim.linear.SimplexSolverTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - in org.apache.commons.math4.optim.linear.SimplexSolverTest
Running org.apache.commons.math4.optim.PointVectorValuePairTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.optim.PointVectorValuePairTest
Running org.apache.commons.math4.optim.SimpleVectorValueCheckerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.optim.SimpleVectorValueCheckerTest
Running org.apache.commons.math4.optim.PointValuePairTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.optim.PointValuePairTest
Running org.apache.commons.math4.transform.FastHadamardTransformerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.transform.FastHadamardTransformerTest
Running org.apache.commons.math4.transform.FastCosineTransformerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.commons.math4.transform.FastCosineTransformerTest
Running org.apache.commons.math4.transform.FastFourierTransformerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.commons.math4.transform.FastFourierTransformerTest
Running org.apache.commons.math4.transform.FastSineTransformerTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.math4.transform.FastSineTransformerTest
Running org.apache.commons.math4.complex.RootsOfUnityTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.complex.RootsOfUnityTest
Running org.apache.commons.math4.complex.ComplexFormatTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.complex.ComplexFormatTest
Running org.apache.commons.math4.complex.ComplexFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.complex.ComplexFieldTest
Running org.apache.commons.math4.complex.QuaternionTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.complex.QuaternionTest
Running org.apache.commons.math4.complex.ComplexUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.complex.ComplexUtilsTest
Running org.apache.commons.math4.complex.ComplexTest
Tests run: 137, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.016 sec - in org.apache.commons.math4.complex.ComplexTest
Running org.apache.commons.math4.complex.FrenchComplexFormatTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.complex.FrenchComplexFormatTest
Running org.apache.commons.math4.util.MathArraysTest
Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.util.MathArraysTest
Running org.apache.commons.math4.util.BigRealTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.util.BigRealTest
Running org.apache.commons.math4.util.ResizableDoubleArrayTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.util.ResizableDoubleArrayTest
Running org.apache.commons.math4.util.FastMathTest
Tests run: 67, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.256 sec - in org.apache.commons.math4.util.FastMathTest
Running org.apache.commons.math4.util.OpenIntToDoubleHashMapTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.apache.commons.math4.util.OpenIntToDoubleHashMapTest
Running org.apache.commons.math4.util.IncrementorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.util.IncrementorTest
Running org.apache.commons.math4.util.ContinuedFractionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.util.ContinuedFractionTest
Running org.apache.commons.math4.util.MathUtilsTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.util.MathUtilsTest
Running org.apache.commons.math4.util.TransformerMapTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.util.TransformerMapTest
Running org.apache.commons.math4.util.BigRealFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.util.BigRealFieldTest
Running org.apache.commons.math4.util.Decimal64Test
Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.math4.util.Decimal64Test
Running org.apache.commons.math4.util.CombinationsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.util.CombinationsTest
Running org.apache.commons.math4.util.MultidimensionalCounterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.util.MultidimensionalCounterTest
Running org.apache.commons.math4.util.DefaultTransformerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.util.DefaultTransformerTest
Running org.apache.commons.math4.util.CombinatoricsUtilsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec - in org.apache.commons.math4.util.CombinatoricsUtilsTest
Running org.apache.commons.math4.util.ArithmeticUtilsTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.util.ArithmeticUtilsTest
Running org.apache.commons.math4.util.OpenIntToFieldTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.commons.math4.util.OpenIntToFieldTest
Running org.apache.commons.math4.util.PairTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.util.PairTest
Running org.apache.commons.math4.util.PrecisionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.util.PrecisionTest
Running org.apache.commons.math4.util.FastMathStrictComparisonTest
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.commons.math4.util.FastMathStrictComparisonTest
Running org.apache.commons.math4.linear.RealVectorFormatTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.linear.RealVectorFormatTest
Running org.apache.commons.math4.linear.SchurTransformerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.apache.commons.math4.linear.SchurTransformerTest
Running org.apache.commons.math4.linear.OpenMapRealMatrixTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.OpenMapRealMatrixTest
Running org.apache.commons.math4.linear.UnmodifiableArrayRealVectorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.math4.linear.UnmodifiableArrayRealVectorTest
Running org.apache.commons.math4.linear.EigenDecompositionTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.108 sec - in org.apache.commons.math4.linear.EigenDecompositionTest
Running org.apache.commons.math4.linear.RRQRDecompositionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.commons.math4.linear.RRQRDecompositionTest
Running org.apache.commons.math4.linear.SparseRealMatrixTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.linear.SparseRealMatrixTest
Running org.apache.commons.math4.linear.RRQRSolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.math4.linear.RRQRSolverTest
Running org.apache.commons.math4.linear.CholeskySolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.CholeskySolverTest
Running org.apache.commons.math4.linear.QRDecompositionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.math4.linear.QRDecompositionTest
Running org.apache.commons.math4.linear.MatrixDimensionMismatchExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.MatrixDimensionMismatchExceptionTest
Running org.apache.commons.math4.linear.UnmodifiableOpenMapRealVectorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.commons.math4.linear.UnmodifiableOpenMapRealVectorTest
Running org.apache.commons.math4.linear.LUSolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.LUSolverTest
Running org.apache.commons.math4.linear.FrenchRealVectorFormatTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.linear.FrenchRealVectorFormatTest
Running org.apache.commons.math4.linear.Array2DRowRealMatrixTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.linear.Array2DRowRealMatrixTest
Running org.apache.commons.math4.linear.BlockFieldMatrixTest
Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec - in org.apache.commons.math4.linear.BlockFieldMatrixTest
Running org.apache.commons.math4.linear.DiagonalMatrixTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.linear.DiagonalMatrixTest
Running org.apache.commons.math4.linear.SingularValueDecompositionTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.apache.commons.math4.linear.SingularValueDecompositionTest
Running org.apache.commons.math4.linear.CholeskyDecompositionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.CholeskyDecompositionTest
Running org.apache.commons.math4.linear.ConjugateGradientTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.commons.math4.linear.ConjugateGradientTest
Running org.apache.commons.math4.linear.TriDiagonalTransformerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.TriDiagonalTransformerTest
Running org.apache.commons.math4.linear.ArrayRealVectorTest
Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.apache.commons.math4.linear.ArrayRealVectorTest
Running org.apache.commons.math4.linear.QRSolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.linear.QRSolverTest
Running org.apache.commons.math4.linear.LUDecompositionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.linear.LUDecompositionTest
Running org.apache.commons.math4.linear.RectangularCholeskyDecompositionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.RectangularCholeskyDecompositionTest
Running org.apache.commons.math4.linear.SparseRealVectorTest
Tests run: 106, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.apache.commons.math4.linear.SparseRealVectorTest
Running org.apache.commons.math4.linear.MatrixUtilsTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.linear.MatrixUtilsTest
Running org.apache.commons.math4.linear.SparseFieldVectorTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.math4.linear.SparseFieldVectorTest
Running org.apache.commons.math4.linear.RealMatrixFormatTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.apache.commons.math4.linear.RealMatrixFormatTest
Running org.apache.commons.math4.linear.ArrayFieldVectorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.linear.ArrayFieldVectorTest
Running org.apache.commons.math4.linear.FieldLUSolverTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.linear.FieldLUSolverTest
Running org.apache.commons.math4.linear.FieldLUDecompositionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.linear.FieldLUDecompositionTest
Running org.apache.commons.math4.linear.SymmLQTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.apache.commons.math4.linear.SymmLQTest
Running org.apache.commons.math4.linear.SingularValueSolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.linear.SingularValueSolverTest
Running org.apache.commons.math4.linear.FieldMatrixImplTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.commons.math4.linear.FieldMatrixImplTest
Running org.apache.commons.math4.linear.RealVectorTest
Tests run: 105, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 0.072 sec - in org.apache.commons.math4.linear.RealVectorTest
Running org.apache.commons.math4.linear.EigenSolverTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.linear.EigenSolverTest
Running org.apache.commons.math4.linear.HessenbergTransformerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.commons.math4.linear.HessenbergTransformerTest
Running org.apache.commons.math4.linear.SparseFieldMatrixTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.linear.SparseFieldMatrixTest
Running org.apache.commons.math4.linear.BlockRealMatrixTest
Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.commons.math4.linear.BlockRealMatrixTest
Running org.apache.commons.math4.linear.BiDiagonalTransformerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.linear.BiDiagonalTransformerTest
Running org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithLUTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithLUTest
Running org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithQRTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithQRTest
Running org.apache.commons.math4.fitting.leastsquares.EvaluationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.math4.fitting.leastsquares.EvaluationTest
Running org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithCholeskyTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithCholeskyTest
Running org.apache.commons.math4.fitting.leastsquares.EvaluationRmsCheckerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.fitting.leastsquares.EvaluationRmsCheckerTest
Running org.apache.commons.math4.fitting.leastsquares.MinpackTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.apache.commons.math4.fitting.leastsquares.MinpackTest
Running org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithSVDTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.apache.commons.math4.fitting.leastsquares.GaussNewtonOptimizerWithSVDTest
Running org.apache.commons.math4.fitting.leastsquares.LevenbergMarquardtOptimizerTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.apache.commons.math4.fitting.leastsquares.LevenbergMarquardtOptimizerTest
Running org.apache.commons.math4.fitting.PolynomialCurveFitterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 sec - in org.apache.commons.math4.fitting.PolynomialCurveFitterTest
Running org.apache.commons.math4.fitting.GaussianCurveFitterTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.commons.math4.fitting.GaussianCurveFitterTest
Running org.apache.commons.math4.fitting.WeightedObservedPointsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.fitting.WeightedObservedPointsTest
Running org.apache.commons.math4.fitting.HarmonicCurveFitterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.fitting.HarmonicCurveFitterTest
Running org.apache.commons.math4.fitting.SimpleCurveFitterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.fitting.SimpleCurveFitterTest
Running org.apache.commons.math4.distribution.TriangularDistributionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.commons.math4.distribution.TriangularDistributionTest
Running org.apache.commons.math4.distribution.FDistributionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.commons.math4.distribution.FDistributionTest
Running org.apache.commons.math4.distribution.MultivariateNormalMixtureModelDistributionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.distribution.MultivariateNormalMixtureModelDistributionTest
Running org.apache.commons.math4.distribution.ZipfDistributionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.244 sec - in org.apache.commons.math4.distribution.ZipfDistributionTest
Running org.apache.commons.math4.distribution.NakagamiDistributionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.distribution.NakagamiDistributionTest
Running org.apache.commons.math4.distribution.EnumeratedRealDistributionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.apache.commons.math4.distribution.EnumeratedRealDistributionTest
Running org.apache.commons.math4.distribution.GumbelDistributionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.distribution.GumbelDistributionTest
Running org.apache.commons.math4.distribution.ExponentialDistributionTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.distribution.ExponentialDistributionTest
Running org.apache.commons.math4.distribution.UniformIntegerDistributionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.distribution.UniformIntegerDistributionTest
Running org.apache.commons.math4.distribution.MultivariateNormalDistributionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.apache.commons.math4.distribution.MultivariateNormalDistributionTest
Running org.apache.commons.math4.distribution.AbstractRealDistributionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.commons.math4.distribution.AbstractRealDistributionTest
Running org.apache.commons.math4.distribution.BetaDistributionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.apache.commons.math4.distribution.BetaDistributionTest
Running org.apache.commons.math4.distribution.TDistributionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.math4.distribution.TDistributionTest
Running org.apache.commons.math4.distribution.LogisticsDistributionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.distribution.LogisticsDistributionTest
Running org.apache.commons.math4.distribution.PascalDistributionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.distribution.PascalDistributionTest
Running org.apache.commons.math4.distribution.LevyDistributionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.distribution.LevyDistributionTest
Running org.apache.commons.math4.distribution.ParetoDistributionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.commons.math4.distribution.ParetoDistributionTest
Running org.apache.commons.math4.distribution.AbstractIntegerDistributionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.distribution.AbstractIntegerDistributionTest
Running org.apache.commons.math4.distribution.CauchyDistributionTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.distribution.CauchyDistributionTest
Running org.apache.commons.math4.distribution.fitting.MultivariateNormalMixtureExpectationMaximizationTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.math4.distribution.fitting.MultivariateNormalMixtureExpectationMaximizationTest
Running org.apache.commons.math4.distribution.PoissonDistributionTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.distribution.PoissonDistributionTest
Running org.apache.commons.math4.distribution.LaplaceDistributionTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.apache.commons.math4.distribution.LaplaceDistributionTest
Running org.apache.commons.math4.distribution.EnumeratedIntegerDistributionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.apache.commons.math4.distribution.EnumeratedIntegerDistributionTest
Running org.apache.commons.math4.distribution.UniformRealDistributionTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.distribution.UniformRealDistributionTest
Running org.apache.commons.math4.distribution.BinomialDistributionTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.commons.math4.distribution.BinomialDistributionTest
Running org.apache.commons.math4.distribution.ConstantRealDistributionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.distribution.ConstantRealDistributionTest
Running org.apache.commons.math4.distribution.GammaDistributionTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.apache.commons.math4.distribution.GammaDistributionTest
Running org.apache.commons.math4.distribution.NormalDistributionTest
Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE! - in org.apache.commons.math4.distribution.NormalDistributionTest
testCumulativeProbability(org.apache.commons.math4.distribution.NormalDistributionTest) Time elapsed: 0.006 sec <<< FAILURE!
java.lang.AssertionError: expected:<1.0> but was:<0.0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:494)
at org.junit.Assert.assertEquals(Assert.java:592)
at org.apache.commons.math4.distribution.NormalDistributionTest.testCumulativeProbability(NormalDistributionTest.java:122)
Running org.apache.commons.math4.distribution.LogNormalDistributionTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.apache.commons.math4.distribution.LogNormalDistributionTest
Running org.apache.commons.math4.distribution.ChiSquaredDistributionTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.commons.math4.distribution.ChiSquaredDistributionTest
Running org.apache.commons.math4.distribution.WeibullDistributionTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.math4.distribution.WeibullDistributionTest
Running org.apache.commons.math4.distribution.GeometricDistributionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.distribution.GeometricDistributionTest
Running org.apache.commons.math4.distribution.HypergeometricDistributionTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.distribution.HypergeometricDistributionTest
Running org.apache.commons.math4.ml.neuralnet.NetworkTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.ml.neuralnet.NetworkTest
Running org.apache.commons.math4.ml.neuralnet.twod.NeuronSquareMesh2DTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.ml.neuralnet.twod.NeuronSquareMesh2DTest
Running org.apache.commons.math4.ml.neuralnet.oned.NeuronStringTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.ml.neuralnet.oned.NeuronStringTest
Running org.apache.commons.math4.ml.neuralnet.sofm.NeighbourhoodSizeFunctionFactoryTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.ml.neuralnet.sofm.NeighbourhoodSizeFunctionFactoryTest
Running org.apache.commons.math4.ml.neuralnet.sofm.KohonenUpdateActionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.ml.neuralnet.sofm.KohonenUpdateActionTest
Running org.apache.commons.math4.ml.neuralnet.sofm.util.ExponentialDecayFunctionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.neuralnet.sofm.util.ExponentialDecayFunctionTest
Running org.apache.commons.math4.ml.neuralnet.sofm.util.QuasiSigmoidDecayFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.neuralnet.sofm.util.QuasiSigmoidDecayFunctionTest
Running org.apache.commons.math4.ml.neuralnet.sofm.KohonenTrainingTaskTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.065 sec - in org.apache.commons.math4.ml.neuralnet.sofm.KohonenTrainingTaskTest
Running org.apache.commons.math4.ml.neuralnet.sofm.LearningFactorFunctionFactoryTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.ml.neuralnet.sofm.LearningFactorFunctionFactoryTest
Running org.apache.commons.math4.ml.neuralnet.MapUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.neuralnet.MapUtilsTest
Running org.apache.commons.math4.ml.neuralnet.NeuronTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.neuralnet.NeuronTest
Running org.apache.commons.math4.ml.distance.ManhattanDistanceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.ml.distance.ManhattanDistanceTest
Running org.apache.commons.math4.ml.distance.EuclideanDistanceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.distance.EuclideanDistanceTest
Running org.apache.commons.math4.ml.distance.EarthMoversDistanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.distance.EarthMoversDistanceTest
Running org.apache.commons.math4.ml.distance.ChebyshevDistanceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.distance.ChebyshevDistanceTest
Running org.apache.commons.math4.ml.distance.CanberraDistanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.distance.CanberraDistanceTest
Running org.apache.commons.math4.ml.clustering.MultiKMeansPlusPlusClustererTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.ml.clustering.MultiKMeansPlusPlusClustererTest
Running org.apache.commons.math4.ml.clustering.FuzzyKMeansClustererTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.ml.clustering.FuzzyKMeansClustererTest
Running org.apache.commons.math4.ml.clustering.KMeansPlusPlusClustererTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.commons.math4.ml.clustering.KMeansPlusPlusClustererTest
Running org.apache.commons.math4.ml.clustering.evaluation.SumOfClusterVariancesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.ml.clustering.evaluation.SumOfClusterVariancesTest
Running org.apache.commons.math4.ml.clustering.DBSCANClustererTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.ml.clustering.DBSCANClustererTest
Running org.apache.commons.math4.special.ErfTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.special.ErfTest
Running org.apache.commons.math4.special.BesselJTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.math4.special.BesselJTest
Running org.apache.commons.math4.special.BetaTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.special.BetaTest
Running org.apache.commons.math4.special.GammaTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.special.GammaTest
Running org.apache.commons.math4.primes.PrimesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.commons.math4.primes.PrimesTest
Running org.apache.commons.math4.exception.NumberIsTooSmallExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.NumberIsTooSmallExceptionTest
Running org.apache.commons.math4.exception.DimensionMismatchExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.DimensionMismatchExceptionTest
Running org.apache.commons.math4.exception.OutOfRangeExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.OutOfRangeExceptionTest
Running org.apache.commons.math4.exception.NotStrictlyPositiveExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.NotStrictlyPositiveExceptionTest
Running org.apache.commons.math4.exception.TooManyEvaluationsExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.TooManyEvaluationsExceptionTest
Running org.apache.commons.math4.exception.util.ArgUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.util.ArgUtilsTest
Running org.apache.commons.math4.exception.util.LocalizedFormatsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.commons.math4.exception.util.LocalizedFormatsTest
Running org.apache.commons.math4.exception.util.ExceptionContextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.exception.util.ExceptionContextTest
Running org.apache.commons.math4.exception.NotPositiveExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.NotPositiveExceptionTest
Running org.apache.commons.math4.exception.NonMonotonicSequenceExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.NonMonotonicSequenceExceptionTest
Running org.apache.commons.math4.exception.MaxCountExceededExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.exception.MaxCountExceededExceptionTest
Running org.apache.commons.math4.exception.NumberIsTooLargeExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.exception.NumberIsTooLargeExceptionTest
Running org.apache.commons.math4.RetryRunnerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.RetryRunnerTest
Running org.apache.commons.math4.random.GaussianRandomGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.random.GaussianRandomGeneratorTest
Running org.apache.commons.math4.random.Well19937cTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.754 sec - in org.apache.commons.math4.random.Well19937cTest
Running org.apache.commons.math4.random.StableRandomGeneratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.commons.math4.random.StableRandomGeneratorTest
Running org.apache.commons.math4.random.Well512aTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.574 sec - in org.apache.commons.math4.random.Well512aTest
Running org.apache.commons.math4.random.RandomDataGeneratorTest
Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.88 sec - in org.apache.commons.math4.random.RandomDataGeneratorTest
Running org.apache.commons.math4.random.SobolSequenceGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.commons.math4.random.SobolSequenceGeneratorTest
Running org.apache.commons.math4.random.MersenneTwisterTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.425 sec - in org.apache.commons.math4.random.MersenneTwisterTest
Running org.apache.commons.math4.random.Well44497bTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.043 sec - in org.apache.commons.math4.random.Well44497bTest
Running org.apache.commons.math4.random.SynchronizedRandomGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 sec - in org.apache.commons.math4.random.SynchronizedRandomGeneratorTest
Running org.apache.commons.math4.random.Well44497aTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.254 sec - in org.apache.commons.math4.random.Well44497aTest
Running org.apache.commons.math4.random.EmpiricalDistributionTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.043 sec - in org.apache.commons.math4.random.EmpiricalDistributionTest
Running org.apache.commons.math4.random.UncorrelatedRandomVectorGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.random.UncorrelatedRandomVectorGeneratorTest
Running org.apache.commons.math4.random.BitsStreamGeneratorTest
Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.618 sec - in org.apache.commons.math4.random.BitsStreamGeneratorTest
Running org.apache.commons.math4.random.RandomAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.random.RandomAdaptorTest
Running org.apache.commons.math4.random.CorrelatedRandomVectorGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.commons.math4.random.CorrelatedRandomVectorGeneratorTest
Running org.apache.commons.math4.random.Well19937aTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.442 sec - in org.apache.commons.math4.random.Well19937aTest
Running org.apache.commons.math4.random.RandomGeneratorFactoryTest
Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.35 sec - in org.apache.commons.math4.random.RandomGeneratorFactoryTest
Running org.apache.commons.math4.random.ValueServerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.apache.commons.math4.random.ValueServerTest
Running org.apache.commons.math4.random.Well1024aTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.296 sec - in org.apache.commons.math4.random.Well1024aTest
Running org.apache.commons.math4.random.ISAACTest
Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.446 sec - in org.apache.commons.math4.random.ISAACTest
Running org.apache.commons.math4.random.UnitSphereRandomVectorGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec - in org.apache.commons.math4.random.UnitSphereRandomVectorGeneratorTest
Running org.apache.commons.math4.random.UniformRandomGeneratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.random.UniformRandomGeneratorTest
Running org.apache.commons.math4.random.HaltonSequenceGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.random.HaltonSequenceGeneratorTest
Running org.apache.commons.math4.random.AbstractRandomGeneratorTest
Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.28 sec - in org.apache.commons.math4.random.AbstractRandomGeneratorTest
Running org.apache.commons.math4.ode.events.ReappearingEventTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.ode.events.ReappearingEventTest
Running org.apache.commons.math4.ode.events.EventStateTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.ode.events.EventStateTest
Running org.apache.commons.math4.ode.events.EventFilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec - in org.apache.commons.math4.ode.events.EventFilterTest
Running org.apache.commons.math4.ode.events.OverlappingEventsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.math4.ode.events.OverlappingEventsTest
Running org.apache.commons.math4.ode.sampling.DummyStepInterpolatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.ode.sampling.DummyStepInterpolatorTest
Running org.apache.commons.math4.ode.sampling.StepNormalizerOutputTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.math4.ode.sampling.StepNormalizerOutputTest
Running org.apache.commons.math4.ode.sampling.StepNormalizerOutputOverlapTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.math4.ode.sampling.StepNormalizerOutputOverlapTest
Running org.apache.commons.math4.ode.sampling.NordsieckStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.commons.math4.ode.sampling.NordsieckStepInterpolatorTest
Running org.apache.commons.math4.ode.sampling.StepNormalizerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.ode.sampling.StepNormalizerTest
Running org.apache.commons.math4.ode.JacobianMatricesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 sec - in org.apache.commons.math4.ode.JacobianMatricesTest
Running org.apache.commons.math4.ode.ContinuousOutputModelTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.math4.ode.ContinuousOutputModelTest
Running org.apache.commons.math4.ode.FirstOrderConverterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.commons.math4.ode.FirstOrderConverterTest
Running org.apache.commons.math4.ode.nonstiff.GraggBulirschStoerStepInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.commons.math4.ode.nonstiff.GraggBulirschStoerStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.DormandPrince54IntegratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.commons.math4.ode.nonstiff.DormandPrince54IntegratorTest
Running org.apache.commons.math4.ode.nonstiff.HighamHall54StepInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.commons.math4.ode.nonstiff.HighamHall54StepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.HighamHall54IntegratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.commons.math4.ode.nonstiff.HighamHall54IntegratorTest
Running org.apache.commons.math4.ode.nonstiff.MidpointIntegratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.commons.math4.ode.nonstiff.MidpointIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.DormandPrince853IntegratorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.math4.ode.nonstiff.DormandPrince853IntegratorTest
Running org.apache.commons.math4.ode.nonstiff.DormandPrince853StepInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.math4.ode.nonstiff.DormandPrince853StepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.GillIntegratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.commons.math4.ode.nonstiff.GillIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.LutherIntegratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.commons.math4.ode.nonstiff.LutherIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.GillStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.commons.math4.ode.nonstiff.GillStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.MidpointStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.ode.nonstiff.MidpointStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.ThreeEighthesIntegratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.apache.commons.math4.ode.nonstiff.ThreeEighthesIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.DormandPrince54StepInterpolatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.math4.ode.nonstiff.DormandPrince54StepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.ThreeEighthesStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.commons.math4.ode.nonstiff.ThreeEighthesStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.LutherStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.math4.ode.nonstiff.LutherStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.EulerIntegratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.math4.ode.nonstiff.EulerIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.EulerStepInterpolatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.math4.ode.nonstiff.EulerStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.AdamsMoultonIntegratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.commons.math4.ode.nonstiff.AdamsMoultonIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.ClassicalRungeKuttaStepInterpolatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.commons.math4.ode.nonstiff.ClassicalRungeKuttaStepInterpolatorTest
Running org.apache.commons.math4.ode.nonstiff.ClassicalRungeKuttaIntegratorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.commons.math4.ode.nonstiff.ClassicalRungeKuttaIntegratorTest
Running org.apache.commons.math4.ode.nonstiff.AdamsBashforthIntegratorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.commons.math4.ode.nonstiff.AdamsBashforthIntegratorTest
Running org.apache.commons.math4.fraction.BigFractionTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.fraction.BigFractionTest
Running org.apache.commons.math4.fraction.BigFractionFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.fraction.BigFractionFieldTest
Running org.apache.commons.math4.fraction.FractionFieldTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.fraction.FractionFieldTest
Running org.apache.commons.math4.fraction.BigFractionFormatTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.math4.fraction.BigFractionFormatTest
Running org.apache.commons.math4.fraction.FractionFormatTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.fraction.FractionFormatTest
Running org.apache.commons.math4.fraction.FractionTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.fraction.FractionTest
Running org.apache.commons.math4.geometry.enclosing.WelzlEncloser2DTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in org.apache.commons.math4.geometry.enclosing.WelzlEncloser2DTest
Running org.apache.commons.math4.geometry.enclosing.WelzlEncloser3DTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 sec - in org.apache.commons.math4.geometry.enclosing.WelzlEncloser3DTest
Running org.apache.commons.math4.geometry.euclidean.twod.Euclidean2DTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.euclidean.twod.Euclidean2DTest
Running org.apache.commons.math4.geometry.euclidean.twod.Vector2DFormatTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.geometry.euclidean.twod.Vector2DFormatTest
Running org.apache.commons.math4.geometry.euclidean.twod.SegmentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.geometry.euclidean.twod.SegmentTest
Running org.apache.commons.math4.geometry.euclidean.twod.SubLineTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.commons.math4.geometry.euclidean.twod.SubLineTest
Running org.apache.commons.math4.geometry.euclidean.twod.Vector2DTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.geometry.euclidean.twod.Vector2DTest
Running org.apache.commons.math4.geometry.euclidean.twod.hull.AklToussaintHeuristicTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.apache.commons.math4.geometry.euclidean.twod.hull.AklToussaintHeuristicTest
Running org.apache.commons.math4.geometry.euclidean.twod.hull.MonotoneChainTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.commons.math4.geometry.euclidean.twod.hull.MonotoneChainTest
Running org.apache.commons.math4.geometry.euclidean.twod.PolygonsSetTest
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.apache.commons.math4.geometry.euclidean.twod.PolygonsSetTest
Running org.apache.commons.math4.geometry.euclidean.twod.DiskGeneratorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.commons.math4.geometry.euclidean.twod.DiskGeneratorTest
Running org.apache.commons.math4.geometry.euclidean.twod.FrenchVector2DFormatTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.geometry.euclidean.twod.FrenchVector2DFormatTest
Running org.apache.commons.math4.geometry.euclidean.twod.LineTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.euclidean.twod.LineTest
Running org.apache.commons.math4.geometry.euclidean.threed.Euclidean3DTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.geometry.euclidean.threed.Euclidean3DTest
Running org.apache.commons.math4.geometry.euclidean.threed.FieldRotationDfpTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.199 sec - in org.apache.commons.math4.geometry.euclidean.threed.FieldRotationDfpTest
Running org.apache.commons.math4.geometry.euclidean.threed.FieldVector3DTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in org.apache.commons.math4.geometry.euclidean.threed.FieldVector3DTest
Running org.apache.commons.math4.geometry.euclidean.threed.RotationOrderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.geometry.euclidean.threed.RotationOrderTest
Running org.apache.commons.math4.geometry.euclidean.threed.SubLineTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.math4.geometry.euclidean.threed.SubLineTest
Running org.apache.commons.math4.geometry.euclidean.threed.PolyhedronsSetTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.commons.math4.geometry.euclidean.threed.PolyhedronsSetTest
Running org.apache.commons.math4.geometry.euclidean.threed.Vector3DTest
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.commons.math4.geometry.euclidean.threed.Vector3DTest
Running org.apache.commons.math4.geometry.euclidean.threed.Vector3DFormatTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.math4.geometry.euclidean.threed.Vector3DFormatTest
Running org.apache.commons.math4.geometry.euclidean.threed.SphereGeneratorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.apache.commons.math4.geometry.euclidean.threed.SphereGeneratorTest
Running org.apache.commons.math4.geometry.euclidean.threed.SphericalCoordinatesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec - in org.apache.commons.math4.geometry.euclidean.threed.SphericalCoordinatesTest
Running org.apache.commons.math4.geometry.euclidean.threed.PlaneTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.geometry.euclidean.threed.PlaneTest
Running org.apache.commons.math4.geometry.euclidean.threed.LineTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.geometry.euclidean.threed.LineTest
Running org.apache.commons.math4.geometry.euclidean.threed.FieldRotationDSTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 sec - in org.apache.commons.math4.geometry.euclidean.threed.FieldRotationDSTest
Running org.apache.commons.math4.geometry.euclidean.threed.FrenchVector3DFormatTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.euclidean.threed.FrenchVector3DFormatTest
Running org.apache.commons.math4.geometry.euclidean.threed.RotationTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.apache.commons.math4.geometry.euclidean.threed.RotationTest
Running org.apache.commons.math4.geometry.euclidean.oned.IntervalTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.math4.geometry.euclidean.oned.IntervalTest
Running org.apache.commons.math4.geometry.euclidean.oned.Vector1DTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.geometry.euclidean.oned.Vector1DTest
Running org.apache.commons.math4.geometry.euclidean.oned.Euclidean1DTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.geometry.euclidean.oned.Euclidean1DTest
Running org.apache.commons.math4.geometry.euclidean.oned.IntervalsSetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.math4.geometry.euclidean.oned.IntervalsSetTest
Running org.apache.commons.math4.geometry.euclidean.oned.Vector1DFormatTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.euclidean.oned.Vector1DFormatTest
Running org.apache.commons.math4.geometry.euclidean.oned.FrenchVector1DFormatTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.euclidean.oned.FrenchVector1DFormatTest
Running org.apache.commons.math4.geometry.spherical.twod.SubCircleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.math4.geometry.spherical.twod.SubCircleTest
Running org.apache.commons.math4.geometry.spherical.twod.S2PointTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.math4.geometry.spherical.twod.S2PointTest