mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
docs: latex in docstring of covariance fixed
This commit is contained in:
parent
c54ea54069
commit
7f5989dfb9
3 changed files with 5 additions and 7 deletions
|
@ -30,6 +30,6 @@ pytest --cov=pyerrors --cov-report html
|
|||
```
|
||||
The linter `flake8` is executed with the command
|
||||
```
|
||||
flake8 --ignore=E501,W605 --exclude=__init__.py pyerrors
|
||||
flake8 --ignore=E501 --exclude=__init__.py pyerrors
|
||||
```
|
||||
Please make sure that all tests are passed for a new pull requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue