source: sasmodels/TESTS.txt @ 8803a38

core_shell_microgelsmagnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change on this file since 8803a38 was c970053, checked in by smk78, 8 years ago

Little reminder of how to use Paul K's model conversion tests (for when
the wifi goes down and you can't access the wiki!)

  • Property mode set to 100644
File size: 577 bytes
Line 
1REM CHECK IF SASMODELS AND SASVIEW GIVE THE SAME ANSWER
2
3compare-local poly_gauss_coil -1d
4
5
6multi_compare-local.sh poly_gauss_coil 200 1d100 0 double > poly_gauss_coil-1d.csv
7
8
9
10
11REM CHECK IF THE UNIT TEST PASSES
12
13python -m sasmodels.model_test poly_gauss_coil
14
15
16
17
18REM IF YOU ARE REALLY FEELING KEEN...
19
20python -m pylint --rcfile=extra/pylint.rc sasmodels/models/poly_gauss_coil.py
21
22
23
24REM CHECK THE DOCUMENTATION RENDERED
25
26cd to \sasmodels\doc
27
28make html
29
30cd to \sasmodels\doc\_build\html
31
32open index.html and navigate to poly_gauss_coil
33
34
35
Note: See TracBrowser for help on using the repository browser.