Changes between Version 34 and Version 35 of ModelConvInst
- Timestamp:
- Jan 20, 2016 2:02:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v34 v35 91 91 - **oldpars** is the name of the parameters as used in !SasView. For each parameter give the name of the parameter as used in the original !SasView code version of this model. Again this is required for the transition. 92 92 - **UNIT TEST(S)** 93 - THESE ARE VERY IMPORTANT. Include at least one test for each model and PLEASE make sure that the answer value is correct (i.e. not a random number). 93 - THESE ARE VERY IMPORTANT. Include at least one test for each model and PLEASE make sure that the answer value is correct (i.e. not a random number). 94 - Existing tests can be found by hunting through the files in the sasview code : sasview/test/sasmodels/test 94 95 - **test** is a list of lists. Each list is one test and contains, in order: 95 96 - a dictionary of parameter values. This can be {} using the default parameters, or filled with some parameters that will be different from the default ({‘radius’:10.0, ‘sld’:4}). Unlisted parameters will be given the default values. … … 238 239 }}} 239 240 240