core_shell_microgelscostrafo411magnetic_modelticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since a03fad8 was
c970053,
checked in by smk78, 9 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 | |
---|
1 | REM CHECK IF SASMODELS AND SASVIEW GIVE THE SAME ANSWER |
---|
2 | |
---|
3 | compare-local poly_gauss_coil -1d |
---|
4 | |
---|
5 | |
---|
6 | multi_compare-local.sh poly_gauss_coil 200 1d100 0 double > poly_gauss_coil-1d.csv |
---|
7 | |
---|
8 | |
---|
9 | |
---|
10 | |
---|
11 | REM CHECK IF THE UNIT TEST PASSES |
---|
12 | |
---|
13 | python -m sasmodels.model_test poly_gauss_coil |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | REM IF YOU ARE REALLY FEELING KEEN... |
---|
19 | |
---|
20 | python -m pylint --rcfile=extra/pylint.rc sasmodels/models/poly_gauss_coil.py |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | REM CHECK THE DOCUMENTATION RENDERED |
---|
25 | |
---|
26 | cd to \sasmodels\doc |
---|
27 | |
---|
28 | make html |
---|
29 | |
---|
30 | cd to \sasmodels\doc\_build\html |
---|
31 | |
---|
32 | open index.html and navigate to poly_gauss_coil |
---|
33 | |
---|
34 | |
---|
35 | |
---|
Note: See
TracBrowser
for help on using the repository browser.