We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a194f9 commit 9b4bd55Copy full SHA for 9b4bd55
1 file changed
behavior_data_visualizer/main.py
@@ -162,7 +162,6 @@ def update_mice_options(selected_project):
162
],
163
)
164
def update_mouse_data_dict(selected_project, selected_mouse):
165
- print(mouse_data_dict.keys())
166
if selected_project is None or selected_mouse is None:
167
return False
168
# check if the data is already loaded
@@ -242,6 +241,7 @@ def update_single_mouse_video(clickData, project_name):
242
241
243
# convert trial to seconds
244
start_time = utils.get_seconds_of_trial(subject, date, trial)
+ print(start_time)
245
video_component = dash.html.Video(
246
id="video-player",
247
src=f"/videos/{video_filename}",
0 commit comments