Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JaredCrean2/250af4f4505067d65109213549f12745 to your computer and use it in GitHub Desktop.
Save JaredCrean2/250af4f4505067d65109213549f12745 to your computer and use it in GitHub Desktop.
ODLCommonTools Test Output
INFO: Testing ODLCommonTools
WARNING: Method definition setindex!(Base.SparseArrays.SparseMatrixCSC{T, Ti}, Any, Integer, Integer) in module SparseArrays at sparse/sparsematrix.jl:2299 overwritten in module ODLCommonTools at /home/creanj/pkgtest2/v0.6/ODLCommonTools/src/sparse.jl:667.
Test Summary: | Pass Total
----- Testing Interface and Boundary ----- | 14 14
testing BLAS fallbacks
creating SparseMatrixCSC
average bandwidth = 2.25
creating SparseMatrixCSC
average bandwidth = 2.25
0.000052 seconds (29 allocations: 1.578 KiB)
entry 2, 1 is non zero
entry 1, 2 is non zero
4, 4
backtrace:
Stacktrace:
[1] printbacktrace(::Base.PipeEndpoint) at /home/creanj/pkgtest2/v0.6/ODLCommonTools/src/misc.jl:39
[2] macro expansion at /home/creanj/pkgtest2/v0.6/ODLCommonTools/test/test_tools.jl:462 [inlined]
[3] macro expansion at ./test.jl:860 [inlined]
[4] anonymous at ./<missing>:?
[5] include_from_node1(::String) at ./loading.jl:576
[6] include(::String) at ./sysimg.jl:14
[7] include_from_node1(::String) at ./loading.jl:576
[8] include(::String) at ./sysimg.jl:14
[9] process_options(::Base.JLOptions) at ./client.jl:305
[10] _start() at ./client.jl:371
Test Summary: | Pass Total
--- Testing misc.jl --- | 2590 2590
WARNING: could not import ODLCommonTools.get_uninitialized_SolutionData into Main
Test Summary: | Pass Total
--- Testing copy_array_recursive --- | 7 7
Test Summary: | Pass Total
--- Testing copy functions --- | 21 21
Test Summary: | Pass Total
----- Testing ROView ----- | 6 6
Test Summary: | Pass Total
----- Testing IO ----- | 6 6
Test Summary: | Pass Total
----- Testing Lapack ----- | 5 5
INFO: ODLCommonTools tests passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment