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
#767 introduced user-specified patterns for extracting metadata that does not belong in the gaze dataframe (like stimulus randomization). For patterns that appear multiple times, the implementation currently only stores the first occurrence in the metadata dictionary. It would be nice if all occurrences could be stored (with timestamps).
See this test (the METADATA_1 pattern occurs twice, but only the first occurrence is stored):
Description of the problem
#767 introduced user-specified patterns for extracting metadata that does not belong in the gaze dataframe (like stimulus randomization). For patterns that appear multiple times, the implementation currently only stores the first occurrence in the metadata dictionary. It would be nice if all occurrences could be stored (with timestamps).
See this test (the
METADATA_1
pattern occurs twice, but only the first occurrence is stored):pymovements/tests/unit/utils/parsing_test.py
Line 133 in 0a71116
Description of a solution
TODO
Minimum acceptance criteria
Reoccurring messages can be extracted using the
metadata_patterns
argument.Sample Code
TODO
The text was updated successfully, but these errors were encountered: