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
raiseValueError('when sync_ref_recording is set, coding of camera sync points should be set up in episodes_to_code')
404
406
else:
405
-
problems['episodes_to_code'] =f'if sync_ref_recording is set, {annotation.Event.Sync_Camera.value} events should be set up to be coded'
406
-
type_utils.merge_problem_dicts(problems, {'sync_ref_recording': f'sync_ref_recording is set, but {annotation.Event.Sync_Camera.value} events are not set up to be coded in episodes_to_code'})
407
+
problems['episodes_to_code'] =f'if sync_ref_recording is set, {annotation.tooltip_map[annotation.Event.Sync_Camera]}s should be set up to be coded'
408
+
type_utils.merge_problem_dicts(problems, {'sync_ref_recording': f'sync_ref_recording is set, but {annotation.tooltip_map[annotation.Event.Sync_Camera]}s are not set up to be coded in episodes_to_code'})
0 commit comments