Changes between Version 36 and Version 37 of ModelConvInst


Ignore:
Timestamp:
Jan 20, 2016 2:06:23 PM (8 years ago)
Author:
ajj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v36 v37  
    9292- **UNIT TEST(S)** 
    9393 - 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] 
    9595 - **test** is a list of lists. Each list is one test and contains, in order:  
    9696  - 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.