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

add possibility to access lines in asc files that were not parsed #920

Open
dkrako opened this issue Jan 8, 2025 · 0 comments
Open

add possibility to access lines in asc files that were not parsed #920

dkrako opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request nonessential nice to have

Comments

@dkrako
Copy link
Contributor

dkrako commented Jan 8, 2025

Description of the problem

Sometimes errors happen quietly, for example due to unmatched regular expressions.
It would be nice to have access to all lines in an asc file that were not parsed by from_asc().

Description of a solution

It could either be a dedicated field in the GazeDataFrame class, or it could be returned in a tuple (not so great idea).

It would be nice to have an argument like include_unparsed: bool = False or better, that would be False by default to not waste memory by default.

@dkrako dkrako added enhancement New feature or request nonessential nice to have labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request nonessential nice to have
Projects
None yet
Development

No branches or pull requests

1 participant