Changes between Version 35 and Version 36 of ModelConvInst


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

Link to sasview unit test code

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v35 v36  
    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 files in the sasview code : sasview/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] 
    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. 
     
    238238python -m pip install pyopencl-2015.1-cp27-none-win32.whl 
    239239}}} 
    240