Skip to content

Commit 8d9e45a

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent c1ea567 commit 8d9e45a

File tree

138 files changed

+221
-29165
lines changed

Some content is hidden

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

138 files changed

+221
-29165
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@ jobs:
4444
CXXFLAGS: "-std=c++17 --coverage"
4545
CFLAGS: "--coverage"
4646
run: |
47-
meson setup build --prefix=$PWD
48-
meson compile -C build
49-
meson install -C build --skip-subprojects
50-
47+
spin build -v
5148
# coverage tests
5249
- name: Run tests
5350
run: |
54-
python -m pytest pydatastructs/ -v --ignore-glob="**/benchmarks/**"
51+
spin test -v
5552
5653
- name: Capture Coverage Data with lcov
5754
run: |
@@ -110,13 +107,11 @@ jobs:
110107
env:
111108
CXXFLAGS: "-std=c++17"
112109
run: |
113-
meson setup build --prefix=$PWD
114-
meson compile -C build
115-
meson install -C build --skip-subprojects
110+
spin build -v
116111
117112
- name: Run tests
118113
run: |
119-
python -m pytest pydatastructs/ -v --ignore-glob="**/benchmarks/**"
114+
spin test -v
120115
121116
- name: Build Documentation
122117
run: |
@@ -156,12 +151,10 @@ jobs:
156151
MACOSX_DEPLOYMENT_TARGET: 11.0
157152
CXXFLAGS: "-std=c++17"
158153
run: |
159-
meson setup build --prefix=$PWD
160-
meson compile -C build
161-
meson install -C build --skip-subprojects
154+
spin build -v
162155
- name: Run tests
163156
run: |
164-
python -m pytest pydatastructs/ -v --ignore-glob="**/benchmarks/**"
157+
spin test -v
165158
166159
- name: Build Documentation
167160
run: |

build-install/usr/lib/python3.12/site-packages/pydatastructs/__init__.py

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

build-install/usr/lib/python3.12/site-packages/pydatastructs/graphs/__init__.py

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

build-install/usr/lib/python3.12/site-packages/pydatastructs/graphs/_backend/__init__.py

Whitespace-only changes.

build-install/usr/lib/python3.12/site-packages/pydatastructs/graphs/adjacency_list.py

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

build-install/usr/lib/python3.12/site-packages/pydatastructs/graphs/adjacency_matrix.py

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

0 commit comments

Comments
 (0)