You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ from cardioception.reports import report
190
190
resultPath ="./"# the folder containing the result files
191
191
reportPath ="./"# the folder where you want to save the HTML report
192
192
193
-
report(resultPath, reportPath, task='HRD)
193
+
report(resultPath, reportPath, task='HRD')
194
194
```
195
195
196
196
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