Skip to content

add function in convpreprocess to del a specific f #168

add function in convpreprocess to del a specific f

add function in convpreprocess to del a specific f #168

Workflow file for this run

name: check
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.9.5'
- name: Install requirements
run: pip install -r requirements.txt
- name: Linting
run: |
flake8 . --count --show-source --statistics --max-line-length=88