core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 8898d0f was
0a4628d,
checked in by wojciech, 9 years ago
|
Scale and background paramters frozen in line model
|
-
Property mode set to
100755
|
File size:
716 bytes
|
Rev | Line | |
---|
[0a4628d] | 1 | #!/bin/bash |
---|
[7cf2cfd] | 2 | |
---|
[5753e4e] | 3 | sasview=( ../sasview/build/lib.* ) |
---|
| 4 | sep=$(python -c "import os;print(os.pathsep)") |
---|
| 5 | PYTHONPATH=../bumps${sep}../periodictable${sep}$sasview |
---|
[7cf2cfd] | 6 | export PYTHONPATH |
---|
| 7 | #echo PYTHONPATH=$PYTHONPATH |
---|
| 8 | |
---|
[5753e4e] | 9 | #PYOPENCL_COMPILER_OUTPUT=1; export PYOPENCL_COMPILER_OUTPUT |
---|
| 10 | #PYOPENCL_CTX=${CTX:-1}; export PYOPENCL_CTX |
---|
| 11 | |
---|
| 12 | #SAS_OPENMP=1; export SAS_OPENMP |
---|
| 13 | |
---|
[e922c5d] | 14 | python -m sasmodels.compare_many $* |
---|
[7cf2cfd] | 15 | |
---|
| 16 | #for dim in 1d100 2d32; do |
---|
[e922c5d] | 17 | # python -m sasmodels.compare_many all 100 $dim 0 > ${dim}_poly_0.csv |
---|
| 18 | # python -m sasmodels.compare_many all 100 $dim 1e-5 > ${dim}_poly_1e-5.csv |
---|
| 19 | # python -m sasmodels.compare_many all 100 $dim 1e-3 > ${dim}_poly_1e-3.csv |
---|
| 20 | # python -m sasmodels.compare_many all 100 $dim mono > ${dim}_mono.csv |
---|
[7cf2cfd] | 21 | #done |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.