Skip to content

Fix order in block pointer creation. Only enable Hopper configs for now. #20

Fix order in block pointer creation. Only enable Hopper configs for now.

Fix order in block pointer creation. Only enable Hopper configs for now. #20

Workflow file for this run

name: run-tests
on: [push]
jobs:
linear_tests:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v3
- name: Correctness tests
run: |
echo 'Setup...'
python setup.py install --prefix ~/.local
echo 'Run tests...'
python stk/ops/linear_ops_test.py
python stk/ops/matrix_ops_test.py
python stk/random/random_ops_test.py