diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..d60ea96 --- /dev/null +++ b/tests.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "Loading data from file" +./infocalc.py DATA testdata.csv data1 0.9 1.1 +echo "Creating simulated curve from parameters" +./infocalc.py SIM 8 1.0 0.5 0.9 1.1