Fixed #1: named parameters fixed parameter misorder

This commit is contained in:
2026-03-12 22:29:27 +00:00
parent 93a6d8683f
commit 80b100a93d
2 changed files with 6 additions and 4 deletions

View File

@@ -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.9 --upperbound 1.1 SIM 8 1.0 0.5
./infocalc.py --lowerbound 0.1 --upperbound 1.5 SIM 8 1.0 0.5