Skip to content

Commit 1a81ceb

Browse files
committed
Change things
1 parent c3b6b71 commit 1a81ceb

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.zenodo.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@
66
{
77
"affiliations": [
88
{
9-
"id": "02vm5rt34",
10-
"name": "Vanderbilt University"
9+
"name": "Concordia University"
1110
}
1211
],
1312
"person_or_org": {
14-
"family_name": "Goodale",
15-
"given_name": "Sarah",
13+
"family_name": "Dugré",
14+
"given_name": "Mathieu",
1615
"identifiers": [
1716
{
18-
"identifier": "0000-0003-0460-6299",
17+
"identifier": "0000-0003-2828-6031",
1918
"scheme": "orcid"
2019
}
2120
],
22-
"name": "Goodale, Sarah",
21+
"name": "Dugré, Mathieu",
2322
"type": "personal"
2423
}
2524
},
2625
{
2726
"affiliations": [
2827
{
29-
"name": "Concordia University"
28+
"id": "02vm5rt34",
29+
"name": "Vanderbilt University"
3030
}
3131
],
3232
"person_or_org": {
33-
"family_name": "Dugré",
34-
"given_name": "Mathieu",
33+
"family_name": "Goodale",
34+
"given_name": "Sarah",
3535
"identifiers": [
3636
{
37-
"identifier": "0000-0003-2828-6031",
37+
"identifier": "0000-0003-0460-6299",
3838
"scheme": "orcid"
3939
}
4040
],
41-
"name": "Dugré, Mathieu",
41+
"name": "Goodale, Sarah",
4242
"type": "personal"
4343
}
4444
},

physioqc/metrics/multimodal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .utils import has_peakfind_physio, physio_or_numpy
1010

1111

12+
@physio_or_numpy
1213
def signal_fct(signal):
1314
"""
1415
Wrapper that turns the object into a function for loop

0 commit comments

Comments
 (0)