Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source activate soepy

export SOEPY_ROOT=$PWD

export PYTHONPATH=$PWD:$PYTHONPATH
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8"]
python-version: ["3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ doc/build/
.coverage
*.egg-info/
Speed_test.ipynb
*.prof
*.prof
.DS_Store
vault_migration/
24 changes: 0 additions & 24 deletions development/tests/auxiliary/auxiliary.py

This file was deleted.

223 changes: 0 additions & 223 deletions development/tests/property/property_auxiliary.py

This file was deleted.

88 changes: 0 additions & 88 deletions development/tests/property/run.py

This file was deleted.

Empty file.
Loading
Loading