Skip to content

Add overflow detection based on matrix size. #23

Add overflow detection based on matrix size.

Add overflow detection based on matrix size. #23

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