From 7efb36b8e5f32d10974f85ae1758457183672ed3 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Thu, 12 Mar 2026 22:45:40 +0000 Subject: [PATCH] Test with 0 value --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 2c072de..1ff5507 100755 --- a/tests.sh +++ b/tests.sh @@ -3,4 +3,4 @@ echo "Loading data from file" ./infocalc.py --lowerbound 0.9 --upperbound 1.1 --graphinfo DATA testdata.csv data1 echo "Creating simulated curve from parameters" -./infocalc.py --lowerbound 0.1 --upperbound 1.5 SIM 8 1.0 0.5 +./infocalc.py --lowerbound 0.0 --upperbound 1.5 SIM 8 1.0 0.5