Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnieho committed Jul 20, 2024
1 parent 09e672a commit fa3fd31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gazeMapper/process/code_episodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
# will also be shown if available.

_event_type_to_key_map = {
annotation.Event.Validate: imgui.Key.v,
annotation.Event.Sync_Camera: imgui.Key.c,
annotation.Event.Sync_ET_Data: imgui.Key.e,
annotation.Event.Trial: imgui.Key.t,
annotation.Event.Validate : imgui.Key.v,
annotation.Event.Sync_Camera : imgui.Key.c,
annotation.Event.Sync_ET_Data : imgui.Key.e,
annotation.Event.Trial : imgui.Key.t,
}

def process(working_dir: str|pathlib.Path, config_dir: str|pathlib.Path = None):
Expand Down

0 comments on commit fa3fd31

Please sign in to comment.