Skip to content

Added ability for linsolve equations to have purely constant terms, which are just subracted off of the equated value when solving. #24

Added ability for linsolve equations to have purely constant terms, which are just subracted off of the equated value when solving.

Added ability for linsolve equations to have purely constant terms, which are just subracted off of the equated value when solving. #24

Workflow file for this run

name: Warnings Tests
on: [push, pull_request]
jobs:
tests:
name: Warning Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install linsolve
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Run Tests
run: |
pytest -W error