Skip to content

Commit 8f23fbd

Browse files
authored
Remove Outdated/Dead Code (#514)
* remove old tree conversion (outdated) Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * remove legacy shapiq_games tests Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * delete dead test Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * removed tests.shapiq_games reference Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * removes old benchmark code Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * convert precomputed game files from npz to json format Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * removes conversion script Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * removes deprecated redirects Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * removes shapiq_games CI test (outdated now) Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> * deleted precomputed games (since they are still available in 1.4.1 and we will have a different implemenation in shapiq benchmark) Signed-off-by: Maximilian <maximilian.muschalik@gmail.com> --------- Signed-off-by: Maximilian <maximilian.muschalik@gmail.com>
1 parent 799cfd0 commit 8f23fbd

File tree

2,106 files changed

+0
-15414
lines changed

Some content is hidden

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

2,106 files changed

+0
-15414
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -135,25 +135,6 @@ jobs:
135135
- name: Run unit tests
136136
run: uv run pytest "tests/shapiq"
137137
# ----------------------------------------------------------------------------------------------
138-
# Unit Tests for shapiq-games
139-
# ----------------------------------------------------------------------------------------------
140-
test_shapiq_games:
141-
runs-on: ubuntu-latest
142-
needs:
143-
- install_and_import_shapiq
144-
- test_shapiq_stable
145-
steps:
146-
- uses: actions/checkout@v6
147-
- name: Set up Python and uv
148-
uses: astral-sh/setup-uv@v7
149-
with:
150-
python-version: "3.12"
151-
enable-cache: true
152-
- name: Install dependencies
153-
run: uv sync
154-
- name: Run tests
155-
run: uv run pytest "tests/shapiq_games" -n logical
156-
# ----------------------------------------------------------------------------------------------
157138
# Test Documentation Build
158139
# ----------------------------------------------------------------------------------------------
159140
doc_build:

benchmark/.gitignore

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

benchmark/benchmark/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

benchmark/benchmark/__init__.py

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

0 commit comments

Comments
 (0)