Skip to content

Commit 3524ca1

Browse files
author
Nicolas Legrand
authored
Merge pull request #17 from embodied-computation-group/dev
v0.2.0
2 parents 21b3eab + 6c93023 commit 3524ca1

File tree

297 files changed

+16244
-6464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+16244
-6464
lines changed

.coverage

68 KB
Binary file not shown.

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
*.pyc
22
*-checkpoint.ipynb
3-
mypyreports/
3+
mypyreports/
4+
build/
5+
dist/
6+
systole.egg-info/
7+
htmlcov/
8+
.coverage
9+
.vscode/
10+
source/auto_examples
11+
source/generated

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-isort
3-
rev: v4.3.21
3+
rev: v5.9.3
44
hooks:
55
- id: isort
66
files: ^systole/
77
- repo: https://github.com/ambv/black
8-
rev: stable
8+
rev: 21.9b0
99
hooks:
1010
- id: black
1111
language_version: python3
@@ -16,7 +16,7 @@ repos:
1616
- id: flake8
1717
files: ^systole/
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: '' # Use the sha / tag you want to point at
19+
rev: 'v0.910' # Use the sha / tag you want to point at
2020
hooks:
2121
- id: mypy
2222
files: ^systole/

Images/ECGLogo2.jpg

-1.79 MB
Binary file not shown.

Images/au_clinisk_logo.png

-69.6 KB
Binary file not shown.

Images/logo.png

-261 KB
Binary file not shown.

Images/logo2.png

-15.1 KB
Binary file not shown.

Images/logo2.svg

Lines changed: 0 additions & 112 deletions
This file was deleted.

Images/lundbeckfonden_logo.png

-2.52 KB
Binary file not shown.

Images/polar_densities.png

-900 KB
Binary file not shown.

0 commit comments

Comments
 (0)