fix opt-pilot tests failing after using OPAL's SDDS parser by updating to an...
fix opt-pilot tests failing after using OPAL's SDDS parser by updating to an SDDS stat file from recent OPAL version
Showing
- opt-pilot/Tests/SDDSParserTest.cpp 7 additions, 7 deletionsopt-pilot/Tests/SDDSParserTest.cpp
- opt-pilot/Tests/SumErrSqExpressionTest.cpp 3 additions, 3 deletionsopt-pilot/Tests/SumErrSqExpressionTest.cpp
- opt-pilot/Tests/resources/measurement_test.dat 3 additions, 3 deletionsopt-pilot/Tests/resources/measurement_test.dat
- opt-pilot/Tests/resources/test.stat 317 additions, 63 deletionsopt-pilot/Tests/resources/test.stat
This diff is collapsed.
-
The file test.stat had two errors:
- according to the SDDS manual the
&data ... &end
has to have the attributeno_row_counts
- the type of the parameter processors isn't long but string ("Cores used 1")
The error messages of Opals "native" SDDS parser could definitely be better...
Edited by kraus - according to the SDDS manual the
-
mentioned in commit d0933692
Please register or sign in to comment