Changeset 1761 for trunk/psLib/test/dataManip
- Timestamp:
- Sep 9, 2004, 11:59:03 AM (22 years ago)
- Location:
- trunk/psLib/test/dataManip/verified
- Files:
-
- 7 edited
-
tst_psMatrix02.stderr (modified) (1 diff)
-
tst_psMatrix03.stderr (modified) (1 diff)
-
tst_psMatrix04.stderr (modified) (1 diff)
-
tst_psMatrix07.stderr (modified) (1 diff)
-
tst_psMatrixVectorArithmetic03.stderr (modified) (1 diff)
-
tst_psStats07.stdout (modified) (3 diffs)
-
tst_psVectorFFT.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr
r1729 r1761 1 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: Pointer to inImage is same as outImage. 2 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage or its data is NULL. 3 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not PS_TYPE_F64. 4 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: inImage not square array. 5 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not PS_TYPE_F64. 6 <DATE><TIME>|<HOST>|E|+atrixTranspose|Invalid operation: outImage not square array. 1 <DATE><TIME>|<HOST>|E|psMatrixTranspose 2 Invalid operation: Pointer to inImage is same as outImage. 3 <DATE><TIME>|<HOST>|E|psMatrixTranspose 4 Invalid operation: inImage or its data is NULL. 5 <DATE><TIME>|<HOST>|E|psMatrixTranspose 6 Invalid operation: inImage not PS_TYPE_F64. 7 <DATE><TIME>|<HOST>|E|psMatrixTranspose 8 Invalid operation: inImage not square array. 9 <DATE><TIME>|<HOST>|E|psMatrixTranspose 10 Invalid operation: outImage not PS_TYPE_F64. 11 <DATE><TIME>|<HOST>|E|psMatrixTranspose 12 Invalid operation: outImage not square array. -
trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr
r1404 r1761 1 <DATE><TIME>|<HOST>|E| psMatrixLUD|Invalid operation: inImage or its data is NULL. 2 <DATE><TIME>|<HOST>|E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL. 3 <DATE><TIME>|<HOST>|E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL. 1 <DATE><TIME>|<HOST>|E|psMatrixLUD 2 Invalid operation: inImage or its data is NULL. 3 <DATE><TIME>|<HOST>|E|psMatrixLUSolve 4 Invalid operation: inVector or its data is NULL. 5 <DATE><TIME>|<HOST>|E|psMatrixLUSolve 6 Invalid operation: inImage or its data is NULL. -
trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr
r1404 r1761 1 <DATE><TIME>|<HOST>|E| psMatrixInvert|Invalid operation: inImage or its data is NULL. 2 <DATE><TIME>|<HOST>|E| psMatrixInvert|Invalid operation: determinant argument is NULL. 1 <DATE><TIME>|<HOST>|E|psMatrixInvert 2 Invalid operation: inImage or its data is NULL. 3 <DATE><TIME>|<HOST>|E|psMatrixInvert 4 Invalid operation: determinant argument is NULL. -
trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr
r1729 r1761 1 <DATE><TIME>|<HOST>|E|+MatrixToVector|Invalid operation: inImage or its data is NULL. 2 <DATE><TIME>|<HOST>|E|+MatrixToVector|Image does not have dim with 1 col or 1 row: (2 x 2). 3 <DATE><TIME>|<HOST>|E|+VectorToMatrix|Invalid operation: inVector or its data is NULL. 1 <DATE><TIME>|<HOST>|E|psMatrixToVector 2 Invalid operation: inImage or its data is NULL. 3 <DATE><TIME>|<HOST>|E|psMatrixToVector 4 Image does not have dim with 1 col or 1 row: (2 x 2). 5 <DATE><TIME>|<HOST>|E|psVectorToMatrix 6 Invalid operation: inVector or its data is NULL. -
trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr
r1404 r1761 1 <DATE><TIME>|<HOST>|E| psBinaryOp|: Line <LINENO> - Null out argument 2 <DATE><TIME>|<HOST>|E| psBinaryOp|: Line <LINENO> - Null in1 argument 3 <DATE><TIME>|<HOST>|E| psBinaryOp|: Line <LINENO> - Null in2 argument 4 <DATE><TIME>|<HOST>|E| psBinaryOp|: Line <LINENO> - Null op argument 5 <DATE><TIME>|<HOST>|E| psUnaryOp|: Line <LINENO> - Null out argument 6 <DATE><TIME>|<HOST>|E| psUnaryOp|: Line <LINENO> - Null in argument 7 <DATE><TIME>|<HOST>|E| psUnaryOp|: Line <LINENO> - Null op argument 8 <DATE><TIME>|<HOST>|E| psBinaryOp|: Line <LINENO> - Element types for arguments inconsistent: (1028, 1032, 1032) 9 <DATE><TIME>|<HOST>|E| psUnaryOp|: Line <LINENO> - Element types for arguments inconsistent: (1028, 1032) 10 <DATE><TIME>|<HOST>|E| psBinaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3 11 <DATE><TIME>|<HOST>|E| psUnaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3 12 <DATE><TIME>|<HOST>|E| psBinaryOp|: Inconsistent element count: 2 vs 3 13 <DATE><TIME>|<HOST>|E| psBinaryOp|: Inconsistent element count: 2 vs 3 14 <DATE><TIME>|<HOST>|E| psUnaryOp|: Line <LINENO> - Dimensionality for arguments inconsistent: (1, 3) 15 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 16 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 17 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 18 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 19 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 20 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 21 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 22 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 23 <DATE><TIME>|<HOST>|E| psNanDiv|: Divide by zero 24 <DATE><TIME>|<HOST>|E| psBinaryOp|: Minimum operation not supported for complex numbers 25 <DATE><TIME>|<HOST>|E| psBinaryOp|: Maximum operation not supported for complex numbers 26 <DATE><TIME>|<HOST>|E| psBinaryOp|: Invalid operation: yarg 27 <DATE><TIME>|<HOST>|E| psUnaryOp|: Invalid operation: yarg 1 <DATE><TIME>|<HOST>|E|psBinaryOp 2 : Line <LINENO> - Null out argument 3 <DATE><TIME>|<HOST>|E|psBinaryOp 4 : Line <LINENO> - Null in1 argument 5 <DATE><TIME>|<HOST>|E|psBinaryOp 6 : Line <LINENO> - Null in2 argument 7 <DATE><TIME>|<HOST>|E|psBinaryOp 8 : Line <LINENO> - Null op argument 9 <DATE><TIME>|<HOST>|E|psUnaryOp 10 : Line <LINENO> - Null out argument 11 <DATE><TIME>|<HOST>|E|psUnaryOp 12 : Line <LINENO> - Null in argument 13 <DATE><TIME>|<HOST>|E|psUnaryOp 14 : Line <LINENO> - Null op argument 15 <DATE><TIME>|<HOST>|E|psBinaryOp 16 : Line <LINENO> - Element types for arguments inconsistent: (1028, 1032, 1032) 17 <DATE><TIME>|<HOST>|E|psUnaryOp 18 : Line <LINENO> - Element types for arguments inconsistent: (1028, 1032) 19 <DATE><TIME>|<HOST>|E|psBinaryOp 20 : Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3 21 <DATE><TIME>|<HOST>|E|psUnaryOp 22 : Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3 23 <DATE><TIME>|<HOST>|E|psBinaryOp 24 : Inconsistent element count: 2 vs 3 25 <DATE><TIME>|<HOST>|E|psBinaryOp 26 : Inconsistent element count: 2 vs 3 27 <DATE><TIME>|<HOST>|E|psUnaryOp 28 : Line <LINENO> - Dimensionality for arguments inconsistent: (1, 3) 29 <DATE><TIME>|<HOST>|E|psNanDiv 30 : Divide by zero 31 <DATE><TIME>|<HOST>|E|psNanDiv 32 : Divide by zero 33 <DATE><TIME>|<HOST>|E|psNanDiv 34 : Divide by zero 35 <DATE><TIME>|<HOST>|E|psNanDiv 36 : Divide by zero 37 <DATE><TIME>|<HOST>|E|psNanDiv 38 : Divide by zero 39 <DATE><TIME>|<HOST>|E|psNanDiv 40 : Divide by zero 41 <DATE><TIME>|<HOST>|E|psNanDiv 42 : Divide by zero 43 <DATE><TIME>|<HOST>|E|psNanDiv 44 : Divide by zero 45 <DATE><TIME>|<HOST>|E|psNanDiv 46 : Divide by zero 47 <DATE><TIME>|<HOST>|E|psBinaryOp 48 : Minimum operation not supported for complex numbers 49 <DATE><TIME>|<HOST>|E|psBinaryOp 50 : Maximum operation not supported for complex numbers 51 <DATE><TIME>|<HOST>|E|psBinaryOp 52 : Invalid operation: yarg 53 <DATE><TIME>|<HOST>|E|psUnaryOp 54 : Invalid operation: yarg -
trunk/psLib/test/dataManip/verified/tst_psStats07.stdout
r1365 r1761 16 16 \**********************************************************************************/ 17 17 18 The expected Median was 32.00; the calculated Median was 32. 4918 The expected Median was 32.00; the calculated Median was 32.79 19 19 20 20 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Median: no vector mask} | tst_psStats07.c) … … 46 46 \**********************************************************************************/ 47 47 48 The expected LQ was 30.80; the calculated LQ was 30. 0248 The expected LQ was 30.80; the calculated LQ was 30.32 49 49 50 50 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) … … 56 56 \**********************************************************************************/ 57 57 58 The expected UQ was 33.20; the calculated UQ was 34. 3358 The expected UQ was 33.20; the calculated UQ was 34.45 59 59 60 60 ---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: lower quartile: no vector mask} | tst_psStats07.c) -
trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr
r1729 r1761 23 23 \**********************************************************************************/ 24 24 25 <DATE><TIME>|<HOST>|I|+tVectorComplex|Following should be an error (type mismatch). 26 <DATE><TIME>|<HOST>|E|psVectorComplex|The inputs to psVectorComplex must be the same type. 25 <DATE><TIME>|<HOST>|I|testVectorComplex 26 Following should be an error (type mismatch). 27 <DATE><TIME>|<HOST>|E|psVectorComplex 28 The inputs to psVectorComplex must be the same type. 27 29 28 30 ---> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c)
Note:
See TracChangeset
for help on using the changeset viewer.
