sinh effective mass implemented

This commit is contained in:
Fabian Joswig 2021-10-12 11:24:43 +01:00
parent 66c443fd63
commit 117a925775
4 changed files with 28 additions and 20 deletions

View file

@ -16,6 +16,6 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v1
with:
ignore: "E501"
ignore: "E501,E722"
exclude: "__init__.py, input/__init__.py"
path: "pyerrors"