-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In add_recorded_sessions (within multipleye_data_collection.py), folders that do not match the expected session regex pattern currently trigger a warning print statement. This leads to noise for standard project folders like test_sessions, core_sessions, and pilot_sessions.
- Add a new constant
IGNORED_SESSION_FOLDERS = ["test_sessions", "core_sessions", "pilot_sessions"]topreprocessing/constants.py. - Update the
elseblock (lines 280-284) inadd_recorded_sessionsto only log a warning if the folder name is not inIGNORED_SESSION_FOLDERS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request