Skip to content

move tensor_coeff into walkers.weights #5

move tensor_coeff into walkers.weights

move tensor_coeff into walkers.weights #5

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-pycodestyle:
name: Code style check with pycodestyle
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install pycodestyle
run: pip install pycodestyle
- name: Lint using pycodestyle
run: pycodestyle --select=E111,W191,W293 openms