Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
anh committed Aug 18, 2023
2 parents 662506d + e5938e9 commit cc19485
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

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

Expand Down
13 changes: 7 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc19485

Please sign in to comment.