Skip to content

Commit

Permalink
Merge branch 'main' into editor
Browse files Browse the repository at this point in the history
  • Loading branch information
anh committed Aug 18, 2023
2 parents b35ff45 + cc19485 commit f9ed915
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ athenak:
nemo:
git clone $(URL3)

python: nemo anaconda3

anaconda3:
nemo/src/scripts/install_anaconda3

tkrun:
git clone $(URL4)

Expand Down Expand Up @@ -157,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 @@ -172,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 @@ -195,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 All @@ -215,4 +225,4 @@ agui_a:
git clone $(URL5b) agui_a

agui_k:
git clone $(URL5c) agui_k
git clone $(URL5c) agui_k
16 changes: 16 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# List of issues and todo's

- option to integrate with a running athena.
test12: pyqt version
test13: pysq version


# Features

Stating perhaps the obvious, the different GUIs all have their own issues. Here is the current GUI list

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 f9ed915

Please sign in to comment.