Closed lkorczowski closed 4 years ago
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
Merging #85 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #85 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 680 680
=========================================
Hits 680 680
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 39df9bb...39df9bb. Read the comment docs.
@RobinGuillard I couldn't make the analysis of the results for combine because of time but the rest is working. You need to run the script on your compute and push the new .pk first.
You can run the following script in the second cell of the combine NB:
%run ../compute_results.py --bruxism True --mema True --overwrite True
Note the --overwrite True
that will overwrite the results, without doing that, the script will do nothing.
View / edit / reply to this conversation on ReviewNB
RobinGuillard commented on 2020-05-25T13:38:51Z ----------------------------------------------------------------
Useless definition of parameters : EDF_list is not passed to the script, result file is used only once when importing results, it should be placed in the cell of importation of the results
check_annotation.py
script for loading results and visualization of the annotationsmerge
in data.AnnotateRaw_slidingcompute_results.py
to deal with too strict artifact detection #90closes #37 closes #84 closes #87 closes #88 closes #89 closes #90