Skip to content

Commit

Permalink
Change things
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Sep 23, 2024
1 parent c3b6b71 commit 1a81ceb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
{
"affiliations": [
{
"id": "02vm5rt34",
"name": "Vanderbilt University"
"name": "Concordia University"
}
],
"person_or_org": {
"family_name": "Goodale",
"given_name": "Sarah",
"family_name": "Dugré",
"given_name": "Mathieu",
"identifiers": [
{
"identifier": "0000-0003-0460-6299",
"identifier": "0000-0003-2828-6031",
"scheme": "orcid"
}
],
"name": "Goodale, Sarah",
"name": "Dugré, Mathieu",
"type": "personal"
}
},
{
"affiliations": [
{
"name": "Concordia University"
"id": "02vm5rt34",
"name": "Vanderbilt University"
}
],
"person_or_org": {
"family_name": "Dugré",
"given_name": "Mathieu",
"family_name": "Goodale",
"given_name": "Sarah",
"identifiers": [
{
"identifier": "0000-0003-2828-6031",
"identifier": "0000-0003-0460-6299",
"scheme": "orcid"
}
],
"name": "Dugré, Mathieu",
"name": "Goodale, Sarah",
"type": "personal"
}
},
Expand Down
1 change: 1 addition & 0 deletions physioqc/metrics/multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from .utils import has_peakfind_physio, physio_or_numpy


@physio_or_numpy
def signal_fct(signal):
"""
Wrapper that turns the object into a function for loop
Expand Down

0 comments on commit 1a81ceb

Please sign in to comment.