Skip to content

Commit 9d899b4

Browse files
authored
Rewrite to jax and update python (#172)
1 parent d2fa69c commit 9d899b4

60 files changed

Lines changed: 1334 additions & 3459 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.envrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
source activate soepy
2-
31
export SOEPY_ROOT=$PWD
42

53
export PYTHONPATH=$PWD:$PYTHONPATH

.github/workflows/continuous-integration-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: ["ubuntu-latest"]
19-
python-version: ["3.8"]
19+
python-version: ["3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ doc/build/
66
.coverage
77
*.egg-info/
88
Speed_test.ipynb
9-
*.prof
9+
*.prof
10+
.DS_Store
11+
vault_migration/

development/tests/auxiliary/auxiliary.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

development/tests/property/property_auxiliary.py

Lines changed: 0 additions & 223 deletions
This file was deleted.

development/tests/property/run.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

development/tests/regression/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)