core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since 7cf2cfd was
7cf2cfd,
checked in by Paul Kienzle <pkienzle@…>, 9 years ago
|
refactor compare.py so that bumps/sasview not required for simple tests
|
-
Property mode set to
100755
|
File size:
447 bytes
|
Rev | Line | |
---|
[7cf2cfd] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | SASVIEW=$(ls -d ../sasview/build/lib.*) |
---|
| 4 | PYTHONPATH=../bumps:../periodictable:$SASVIEW |
---|
| 5 | export PYTHONPATH |
---|
| 6 | |
---|
| 7 | #echo PYTHONPATH=$PYTHONPATH |
---|
| 8 | |
---|
| 9 | ./compare_many.py $* |
---|
| 10 | |
---|
| 11 | #for dim in 1d100 2d32; do |
---|
| 12 | # ./compare_many.py all 100 $dim 0 > ${dim}_poly_0.csv |
---|
| 13 | # ./compare_many.py all 100 $dim 1e-5 > ${dim}_poly_1e-5.csv |
---|
| 14 | # ./compare_many.py all 100 $dim 1e-3 > ${dim}_poly_1e-3.csv |
---|
| 15 | # ./compare_many.py all 100 $dim mono > ${dim}_mono.csv |
---|
| 16 | #done |
---|
| 17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.