bids-standard / eye2bids

Convert eyetracking data to a BIDS compatible format (BEP20)
MIT License
3 stars 5 forks source link

change output format for tsv to tsv.gz to make compression work #53

Closed julia-pfarr closed 4 months ago

julia-pfarr commented 5 months ago

as discussed in our meeting in december and according to issue #47

julia-pfarr commented 5 months ago

The tests give me the error "not a gzipped file". When I run the converter my output is a tsv.gz file and it seems properly zipped. Do you know if the issue is within the converter, i.e. it seems zipped but isn't correctly zipped, or is it in the test that pd.read_csv is not working on zipped files?

Remi-Gau commented 4 months ago

not sure why the gzip compression did not work with pandas directly so went on with calling gzip directly.