Updated tests to new arguments
This commit is contained in:
4
tests.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user