diff --git a/tests.sh b/tests.sh index 2042359..a9521dc 100755 --- a/tests.sh +++ b/tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # Get infocalc.py from https://gitea.cs.ru.is/AxiomaticDesign/adcalc echo "Loading data from file" -./infocalc.py DATA testdata.csv data1 0.9 1.1 --graphinfo +./infocalc.py --lowerbound 0.9 --upperbound 1.1 --graphinfo DATA testdata.csv data1 echo "Creating simulated curve from parameters" -./infocalc.py SIM 8 1.0 0.5 0.9 1.1 +./infocalc.py --lowerbound 0.9 --upperbound 1.1 SIM 8 1.0 0.5