beacon-biosignals / EDF.jl

Read and write EDF files in Julia
MIT License
18 stars 5 forks source link

Handle non-integer physical/digital extrema values #13

Closed ararslan closed 4 years ago

ararslan commented 4 years ago

I had wrongly assumed based on the available examples that these values were integers--that is not the case. This fixes the code such that they are properly parsed and stored as floats and adds a test with a file that stores them as such.