Changes between Version 4 and Version 5 of addnewNR


Ignore:
Timestamp:
01/06/16 10:35:41 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewNR

    v4 v5  
    99Create a `testXXX.m` file with the simulation test and put in `field_names`, `field_tolerances` and `field_values` the names (no space) of the fields you want to check for your test with the tolerances associated (because every computer is different).
    1010
    11 Put the name of your test in `IdToName.m` and run the following command to create the archive (the archive gives the reference values for all the fields that are checked):
     11Put the name of your test in the first line of the matlab and python files, and run the following command to create the archive (the archive gives the reference values for all the fields that are checked):
    1212
    1313{{{
     
    2525you should see SUCCESS everywhere. If not, you have to adjust the tolerances slightly.
    2626
    27 NB : do the same thing for `testXXX.py` and `IdToName.py` without creating the archive this time.
     27NB : do the same thing for `testXXX.py` without creating the archive this time.
    2828
    2929 == Checking in the new test ==