https://github.com/mikgroup/sigpy
Raw File
Tip revision: bc699976cea4c8548061b37b62d527812a46e461 authored by jonbmartin on 31 May 2022, 23:45:20 UTC
fix additional deprecated aliases
Tip revision: bc69997
run_tests.sh
set -e
rm -rf docs/generated/
coverage run -m unittest
flake8
sphinx-build -W docs docs/_build/html
back to top