From 35ca52fd847031cdccaa82ec778835ca91533696 Mon Sep 17 00:00:00 2001 From: Joseph Timothy Foley Date: Fri, 27 Feb 2026 17:51:59 +0100 Subject: [PATCH] quick tests that the modes are working --- tests.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests.sh diff --git a/tests.sh b/tests.sh new file mode 100755 index 0000000..d60ea96 --- /dev/null +++ b/tests.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "Loading data from file" +./infocalc.py DATA testdata.csv data1 0.9 1.1 +echo "Creating simulated curve from parameters" +./infocalc.py SIM 8 1.0 0.5 0.9 1.1