nalmadi / EMIP-Toolkit

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

Created tests for the emip-toolkit #46

Closed AidanSweeny closed 2 years ago

AidanSweeny commented 2 years ago

Created toolkit tests using pytest to ensure all parameters and requirements were met for the methods and classes.

nalmadi commented 2 years ago

Great work! It seems like we have some conflicts with the notebooks.

Also, you are requesting to add 323 files, which are the unzipped dataset. Can we limit the files to only a couple? If we can include your tests with the tests currently in the main repo, it would be great!

Thank you both!