We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c119e79 commit 6539616Copy full SHA for 6539616
cardioception/HRD/task.py
@@ -541,7 +541,7 @@ def trial(
541
parameters["triggers"]["listeningStart"] # Send triggers
542
543
# Random selection of HR frequency
544
- listenBPM = parameters["referenceTone"]
+ listenBPM = np.random.choice(np.arange(40, 100, 0.5))
545
546
# Play the corresponding beat file
547
listenFile = pkg_resources.resource_filename(
0 commit comments