While making OMA verification, I used thee new function "episodes_to_list" from events.scoring.
I noticed that the argument n_labels is not properly described in docstring as it is written "n_labels : int
duration of the recording in seconds" but it is not the duration of the recording in seconds (I tried, doesn't work), but rather the length of the classification labels list the list_episodes comes from.
It should be corrected in a future PR.
While making OMA verification, I used thee new function "episodes_to_list" from events.scoring. I noticed that the argument n_labels is not properly described in docstring as it is written "n_labels : int duration of the recording in seconds" but it is not the duration of the recording in seconds (I tried, doesn't work), but rather the length of the classification labels list the list_episodes comes from. It should be corrected in a future PR.