Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare the old Python 2 script to the new Python 3 script #2

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
aa2179d
Add a workflow to pull and execute
danieltalsky Jan 2, 2025
5bfe6ed
Execute directly
danieltalsky Jan 2, 2025
c1de459
Just run against BDir2
danieltalsky Jan 2, 2025
95c24c9
remove attempt to email
danieltalsky Jan 2, 2025
969da1b
Attempt at python 3 executable file
danieltalsky Jan 2, 2025
c88c1bf
Install numpy
danieltalsky Jan 2, 2025
7c190fa
Use python 2
danieltalsky Jan 2, 2025
065180f
Restore python 2.x state
danieltalsky Jan 2, 2025
26c74bd
Try a conversion to python 3
danieltalsky Jan 3, 2025
fb76dfb
Call python class properly
danieltalsky Jan 3, 2025
54349ba
Fail gracefully on missing aei files
danieltalsky Jan 3, 2025
1e23bc2
Try gen mode instead of 'good' mode
danieltalsky Jan 3, 2025
5231ae3
Try and fix sample
danieltalsky Jan 3, 2025
cbff3e1
Add a sample PlanetFirstLines.txt
danieltalsky Jan 3, 2025
15d72f0
Add big and small headers
danieltalsky Jan 3, 2025
b55e851
Attempt to fix file reads
danieltalsky Jan 3, 2025
f16b796
Fix path more
danieltalsky Jan 3, 2025
31a8ae1
Fix path even more
danieltalsky Jan 3, 2025
a157b8b
Fix path even even more
danieltalsky Jan 3, 2025
986a7ad
output
danieltalsky Jan 3, 2025
382761a
list dirs
danieltalsky Jan 3, 2025
7ceca9e
more output
danieltalsky Jan 3, 2025
180d012
Dockerize the application
danieltalsky Jan 7, 2025
b389c33
Fix several mistaken python 3 conversion mistakes
danieltalsky Jan 8, 2025
e79cf4b
Rename to original filename for diff
danieltalsky Jan 8, 2025
8212671
Make it more like master
danieltalsky Jan 8, 2025
7bdda1e
even more so
danieltalsky Jan 8, 2025
d6d2f19
Make the files more similar
danieltalsky Jan 8, 2025
c53f213
Another attempt to get a good diff
danieltalsky Jan 8, 2025
dea37b7
even more similarness
danieltalsky Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# IDE files
.idea/

# Generated files
runtime.txt

# Python
__pycache__/
Loading