Skip to content

Add support for np.newaxis to indexing syntax supported by linop.Slice #772

Add support for np.newaxis to indexing syntax supported by linop.Slice

Add support for np.newaxis to indexing syntax supported by linop.Slice #772

Workflow file for this run

# Install and run mypy
name: mypy
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Python 3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install mypy
- name: Run mypy
run: |
mypy --follow-imports=skip --ignore-missing-imports --exclude "(numpy|test)" scico/