source: sasmodels/compare_all.sh @ d1fe925

gh-pages
Last change on this file since d1fe925 was d1fe925, checked in by ajj, 8 years ago

Creating gh_pages branch for docs

  • Property mode set to 100755
File size: 426 bytes
Line 
1#!/bin/sh
2
3SASVIEW=$(ls -d ../sasview/build/lib.*)
4PYTHONPATH=../bumps:../periodictable:$SASVIEW
5export PYTHONPATH
6
7echo PYTHONPATH=$PYTHONPATH
8set -x
9
10for dim in 1d100 2d32; do
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
15done
Note: See TracBrowser for help on using the repository browser.