source:
sasmodels/compare_all.sh
@
49d1d42f
Last change on this file since 49d1d42f was 5134b2c, checked in by Paul Kienzle <pkienzle@…>, 10 years ago | |
---|---|
|
|
File size: 426 bytes |
Rev | Line | |
---|---|---|
[216a9e1] | 1 | #!/bin/sh |
2 | ||
[34d49af] | 3 | SASVIEW=$(ls -d ../sasview/build/lib.*) |
4 | PYTHONPATH=../bumps:../periodictable:$SASVIEW | |
[5134b2c] | 5 | export PYTHONPATH |
[216a9e1] | 6 | |
[34d49af] | 7 | echo PYTHONPATH=$PYTHONPATH |
[8fc26f8] | 8 | set -x |
9 | ||
[216a9e1] | 10 | for dim in 1d100 2d32; do |
[8fc26f8] | 11 | ./compare_many.py all 100 $dim 0 > ${dim}_poly_0.csv |
12 | ./compare_many.py all 100 $dim 1e-5 > ${dim}_poly_1e-5.csv | |
13 | ./compare_many.py all 100 $dim 1e-3 > ${dim}_poly_1e-3.csv | |
14 | ./compare_many.py all 10000 $dim mono > ${dim}_mono.csv | |
[216a9e1] | 15 | done |
Note: See TracBrowser
for help on using the repository browser.