nalmadi / EMIP-Toolkit

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

Download function downloads the EMIP dataset along with this toolkit and the corrected dataset #70

Open quanphan2906 opened 2 years ago

quanphan2906 commented 2 years ago

When the download function below https://github.com/nalmadi/EMIP-Toolkit/blob/d1a7eabd08ca27c062b5f14118395eaea8d5eac2/emip_toolkit.py#L1552

used to download the EMIP dataset, it also downloads the published version of this toolkit and the corrected dataset into the datasets folder. Is this a desirable feature? I believe that it should only download the raw data.

nalmadi commented 2 years ago

Good catch!

It was a temporary solution until we create a repo for datasets. A good solution until then is to add only the zipped EMIP dataset to the datasets folder in this repo.