quick tests that the modes are working

This commit is contained in:
2026-02-27 17:51:59 +01:00
parent 878ca95eed
commit 35ca52fd84

5
tests.sh Executable file
View File

@@ -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