Skip to content

feature(Loop): added trim_initial_period_after_preprocessing option… #148

feature(Loop): added trim_initial_period_after_preprocessing option…

feature(Loop): added trim_initial_period_after_preprocessing option… #148

Workflow file for this run

name: test-arch
on: push
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: install-dependencies
run: |
python -m pip install --upgrade pip
pip install ".[tests]" ".[arch]"
- name: run-tests
run: pytest tests/wrappers/test_arch.py -s --durations 0