dd-re debug outputs #8

Open
opened 2018-11-30 21:21:24 +00:00 by pythagoraswitch · 2 comments
Collaborator
  • add info in a way it's easier to track how this playlist was chosen
  • format so that it shows up on the debug window (for Jan)
+ add info in a way it's easier to track how this playlist was chosen + format so that it shows up on the debug window (for Jan)
Author
Collaborator

done at d96edf480f
now _debug is:
"_debug": {
"top_user_keywords": top_user_keywords, # list of 10 (keyword, score)
"top_user_characters": top_user_characters, # list of 10 (keyword, score)
"top_user_playlists": rec["top_user_playlists"], # list of (playlist name, score)
"top_global_playlists": rec["top_global_playlists"], # list of (playlist name, score)
"stay_same_index": debug_index_output["stay_same"], # list of integers
"next_clip_index": debug_index_output["next_clip"], # list of (integer, playlist name)
"new_playlist_index": debug_index_output["new_playlist"] # list of (integer, playlist name)
}

done at d96edf480f now _debug is: "_debug": { "top_user_keywords": top_user_keywords, # list of 10 (keyword, score) "top_user_characters": top_user_characters, # list of 10 (keyword, score) "top_user_playlists": rec["top_user_playlists"], # list of (playlist name, score) "top_global_playlists": rec["top_global_playlists"], # list of (playlist name, score) "stay_same_index": debug_index_output["stay_same"], # list of integers "next_clip_index": debug_index_output["next_clip"], # list of (integer, playlist name) "new_playlist_index": debug_index_output["new_playlist"] # list of (integer, playlist name) }
Author
Collaborator

@j

  • Please incorporate this to the dd-re debug window view. I'd appreciate if you can set the decimal place formatting when converting the scores to string. (4 should be enough, i.e. 0.0976 from 0.09763959616374741)
  • also, when tested, the _debug outputs from getVideos right after user login does not show up in the debug window. please modify this so that the dd-re debug window is filled from the beginning (to reflect the initial choice of 16 grid windows).
@j + Please incorporate this to the dd-re debug window view. I'd appreciate if you can set the decimal place formatting when converting the scores to string. (4 should be enough, i.e. 0.0976 from 0.09763959616374741) + also, when tested, the _debug outputs from getVideos right after user login does not show up in the debug window. please modify this so that the dd-re debug window is filled from the beginning (to reflect the initial choice of 16 grid windows).
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/dd-re#8
No description provided.