From 016e8d944769342e10250741f07f73700432d873 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Tue, 15 Aug 2023 15:39:52 -0400 Subject: [PATCH 1/2] document relevant tests --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index b17b3a1..8d5b193 100644 --- a/Makefile +++ b/Makefile @@ -162,6 +162,7 @@ ran3: athenac test0: ./z1.sh +## test1: old tkrun via arun1 test1: ./arun1.py athinput.linear_wave1d > test1.sh tkrun test1.sh @@ -177,12 +178,14 @@ test3: test4: python pysimplegui.py +## test5: native pyqt, tkrun style test5: python pyqt.py testfile test6: python pyqt.py testfile2 +## test7: qooey, athena style test7: ./gooey_run2.py linear_wave_hydro.athinput @@ -200,9 +203,11 @@ test11: ./pyqt_run.py test.athinput # will run the plot when run is clicked +## test12: pyqt native, athena style test12: ./pyqt_run.py athinput.linear_wave1d -r +## test13: pyqg, athena style test13: athena_problems.json ./pysg_menu.py From e5938e955c309640678540f6d6eaa761aa12d9d8 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Tue, 15 Aug 2023 15:40:11 -0400 Subject: [PATCH 2/2] docs --- TODO.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index de1ba2e..1d5710c 100644 --- a/TODO.md +++ b/TODO.md @@ -9,10 +9,11 @@ Stating perhaps the obvious, the different GUIs all have their own issues. Here is the current GUI list - click_+/- scroll_+/- step<1 run? - tkrun ok not ok - - gooey ? ? ? ? - pysg-tk ok not weird not - pysg-qt ok ok ok not - pyqt ok ok ok ok + click_+/- scroll_+/- step<1 run? comments + tkrun (test1) ok not ok - + qtrun (test5) ok ok + gooey (test7) ok ok ? ? + pyqt (test1 ok ok ok ok + pysg-tk (test13) ok not weird not step < 1 not working? + pysg-qt (test13) ok ok ok not