From 6efdb3e2418d23c09e0cf284b8ae5da8c851b8d3 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Wed, 11 Mar 2026 19:45:14 +0000 Subject: [PATCH] Updated tests to new arguments --- tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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