Updated tests to new arguments

This commit is contained in:
2026-03-11 19:45:14 +00:00
parent dda8587dd8
commit 6efdb3e241

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Get infocalc.py from https://gitea.cs.ru.is/AxiomaticDesign/adcalc # Get infocalc.py from https://gitea.cs.ru.is/AxiomaticDesign/adcalc
echo "Loading data from file" 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" 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