Skip to content
Snippets Groups Projects
Commit f3af8b76 authored by Vriezen, E.C. (Emma)'s avatar Vriezen, E.C. (Emma)
Browse files

Results from anchor algorithm are now used for the delay calculation.

parent 95a6a02d
No related branches found
No related tags found
1 merge request!84Sc 129/create delay output
......@@ -85,11 +85,8 @@ class Statistics:
# Now the results are from the Anchor algorithm analysis.
trial.results = self._mistake_counter.calculate_accuracy(source_em,
shadow_em)
#IMPORTANT: This will not work on source_em because the matching is
# the other way around.
delays_per_word = []
for source_word in source:
for source_word in source_em:
if source_word.has_shadow():
delays_per_word.append([trial.participant, trial.condition,
trial.video, source_word.word,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment