Skip to content

Commit 9646000

Browse files
authored
Merge pull request #46 from embodied-computation-group/LegrandNico-patch-4
Update README.md
2 parents c9b11ff + 24e52fe commit 9646000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ from cardioception.reports import report
190190
resultPath = "./" # the folder containing the result files
191191
reportPath = "./" # the folder where you want to save the HTML report
192192

193-
report(resultPath, reportPath, task='HRD)
193+
report(resultPath, reportPath, task='HRD')
194194
```
195195

196196
This code will generate the HTML reports for the Heart Rate Discrimination task in the `reportPath` folder using the results files located in `resultPath`. This will require [papermill](https://papermill.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)