Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
- name: Run the test suite
env:
ARRAY_API_TESTS_MODULE: heat.array_api
ARRAY_API_TESTS_MODULE: heat
run: |
export PYTHONPATH="${GITHUB_WORKSPACE}/heat"
# Skip testing functions with known issues
cd ${GITHUB_WORKSPACE}/array-api-tests
pytest array_api_tests/ -v -rxXfE --ci --xfails-file ${GITHUB_WORKSPACE}/heat/heat/array_api/test/xfails.txt --skips-file ${GITHUB_WORKSPACE}/heat/heat/array_api/test/skips.txt --disable-extension linalg
pytest array_api_tests/ -v -rxXfE --ci
1 change: 0 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
- Do not install missing dependencies and do not edit any files by yourself. First check whether an environment is active. If not load the environment and try the tests again. Otherwise ask for permission.

## Project Structure
- `heat/array_api` - Additional module following Python array API standard. Only look when asked for the module explicitly.
- `heat/classification` - Classification models like kneighbours
- `heat/cluster` - Clustering models like kmeans, kmedians, kmediods, and spectral clustering
- `heat/core` - DNDarray class and numeric functions
Expand Down
276 changes: 0 additions & 276 deletions heat/array_api/__init__.py

This file was deleted.

Loading