Changes between Version 36 and Version 37 of ModelConvInst
- Timestamp:
- Jan 20, 2016 2:06:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v36 v37 92 92 - **UNIT TEST(S)** 93 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 existing test files in the sasview code : [https://github.com/SasView/sasview/tree/master/test/sasmodels/test ]94 - Existing tests can be found by hunting through the existing test files in the sasview code : [https://github.com/SasView/sasview/tree/master/test/sasmodels/test test/sasmodels/test] 95 95 - **test** is a list of lists. Each list is one test and contains, in order: 96 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.