You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 beFalse
by default to not waste memory by default.The text was updated successfully, but these errors were encountered: