Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing unknown version of ELAN spec #43

Closed
mesadhan opened this issue Jun 22, 2021 · 1 comment
Closed

Parsing unknown version of ELAN spec #43

mesadhan opened this issue Jun 22, 2021 · 1 comment

Comments

@mesadhan
Copy link

Sample Code Script

import pympi
path_to_eaf = "4001.eaf"
EAF = pympi.Elan.Eaf(file_path=path_to_eaf, author='pympi')

Output

Parsing unknown version of ELAN spec... This could result in errors...

System information

  • python version: 3.9.0
  • os: Windows 10
  • are you up to date with the latest master?: Yes

Additional context
I'm using Elan v6.1 to produce the *.eaf file.

@dopefishh
Copy link
Owner

It seems that there is a new version of the EAF file specification. You can suppress the warning by changing the third line to:

EAF = pympi.Elan.Eaf(file_path=path_to_eaf, author='pympi', suppress_version_warning=False)

I have to look into the new specification to see if something changed.

@mesadhan mesadhan closed this as completed Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants