nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
17 stars 22 forks source link

not using the variable "sample_duration" #77

Closed haowenmvp closed 2 years ago

haowenmvp commented 2 years ago

At line 69 of idt_classifier.py, it should be [timestamp, len(window_x) sample_duration, statistics.mean(window_x), statistics.mean(window_y)]) not [timestamp, len(window_x) 4, statistics.mean(window_x), statistics.mean(window_y)])

nalmadi commented 2 years ago

That makes sense, thanks! Do you want to make a pull request with that enhancement?

haowenmvp commented 2 years ago

yes, I will make a pull request later.

nalmadi commented 2 years ago

Awesome, thanks!