Changes between Version 4 and Version 5 of addnewNR
- Timestamp:
- 01/06/16 10:35:41 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewNR
v4 v5 9 9 Create 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). 10 10 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):11 Put 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): 12 12 13 13 {{{ … … 25 25 you should see SUCCESS everywhere. If not, you have to adjust the tolerances slightly. 26 26 27 NB : do the same thing for `testXXX.py` and `IdToName.py`without creating the archive this time.27 NB : do the same thing for `testXXX.py` without creating the archive this time. 28 28 29 29 == Checking in the new test ==