Skip to content

Commit

Permalink
Add output to complete docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlie-Capps committed Oct 21, 2024
1 parent aa0e449 commit 0187204
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions src/docs/sphinx/t_conduit_docs_tutorial_numeric_out.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Running main() from /Users/harrison37/Work/github/llnl/conduit/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/gtest_main.cc
[==========] Running 9 tests from 1 test suite.
Running main() from C:\Users\capps2\Documents\projects\axom\src\cmake\blt\thirdparty_builtin\googletest\googletest\src\gtest_main.cc
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 9 tests from conduit_tutorial
[----------] 12 tests from conduit_tutorial
[ RUN ] conduit_tutorial.numeric_as_dtype
BEGIN_EXAMPLE("numeric_as_dtype")
100
Expand Down Expand Up @@ -35,6 +35,33 @@ my_vals[1] = 300
[100, 300]
END_EXAMPLE("numeric_strided_data_array")
[ OK ] conduit_tutorial.numeric_strided_data_array (0 ms)
[ RUN ] conduit_tutorial.numeric_data_accessor_start
BEGIN_EXAMPLE("numeric_data_accessor")
[ OK ] conduit_tutorial.numeric_data_accessor_start (0 ms)
[ RUN ] conduit_tutorial.numeric_data_accessor
int64 case:
[100.0, 300.0]
Some stats:
min: 100
max: 300
sum: 400
mean: 200
vals[0] = 100
vals[1] = 300
float64 case:
[2.2, 4.4, 6.6]
Some stats:
min: 2.2
max: 6.6
sum: 13.2
mean: 4.4
vals[0] = 2.2
vals[1] = 4.4
vals[2] = 6.6
[ OK ] conduit_tutorial.numeric_data_accessor (0 ms)
[ RUN ] conduit_tutorial.numeric_data_accessor_end
END_EXAMPLE("numeric_data_accessor")
[ OK ] conduit_tutorial.numeric_data_accessor_end (0 ms)
[ RUN ] conduit_tutorial.numeric_double_conversion_start
BEGIN_EXAMPLE("numeric_double_conversion")
[ OK ] conduit_tutorial.numeric_double_conversion_start (0 ms)
Expand Down Expand Up @@ -65,8 +92,8 @@ BEGIN_EXAMPLE("numeric_cxx11_init")
[1.0, 2.0, 3.0]
END_EXAMPLE("numeric_cxx11_init")
[ OK ] conduit_tutorial.numeric_cxx11_init (0 ms)
[----------] 9 tests from conduit_tutorial (0 ms total)
[----------] 12 tests from conduit_tutorial (2 ms total)

[----------] Global test environment tear-down
[==========] 9 tests from 1 test suite ran. (0 ms total)
[ PASSED ] 9 tests.
[==========] 12 tests from 1 test suite ran. (3 ms total)
[ PASSED ] 12 tests.

0 comments on commit 0187204

Please sign in to comment.