... | @@ -17,7 +17,7 @@ Here the description of the fields: |
... | @@ -17,7 +17,7 @@ Here the description of the fields: |
|
* `postprocess` (string, optional): replacement command for running the post-process. Replacement values: `[ALYA-PATH]` (root path of alya), `[POST]` (postprocess command), `[NAME]` (case name)
|
|
* `postprocess` (string, optional): replacement command for running the post-process. Replacement values: `[ALYA-PATH]` (root path of alya), `[POST]` (postprocess command), `[NAME]` (case name)
|
|
* `comparisons` (list of {}): list of the comparisons. Each item is a dictionnary. Fields of each item are:
|
|
* `comparisons` (list of {}): list of the comparisons. Each item is a dictionnary. Fields of each item are:
|
|
* `file` (string): file to compare
|
|
* `file` (string): file to compare
|
|
* `method` (string): comparison method ("between `absolute`, `relative`, `power`)
|
|
* `method` (string): comparison method (between `absolute`, `relative`, `power`)
|
|
* `tolerance` (float/int/string): tolerance value associated to the method. Absolute and relative require a float, power an integer. Strings are converted.
|
|
* `tolerance` (float/int/string): tolerance value associated to the method. Absolute and relative require a float, power an integer. Strings are converted.
|
|
|
|
|
|
Here, you will find an example of json file:
|
|
Here, you will find an example of json file:
|
... | | ... | |