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
In the package pyanno, located at [1] , there is an empty function called labels_frequency [2]. Have a look around in that file to get familiar with it.
Write a test for the function labels_frequency, run it until it fails for the right reason (i.e., because the current implementation does nothing and returns None). The example in the docstring can be used as basis for the test.
In the package
pyanno
, located at [1] , there is an empty function calledlabels_frequency
[2]. Have a look around in that file to get familiar with it.labels_frequency
, run it until it fails for the right reason (i.e., because the current implementation does nothing and returnsNone
). The example in the docstring can be used as basis for the test.[1] https://github.com/ASPP/2021-bordeaux-testing-debugging/tree/master/hands_on/pyanno_voting
[2] https://github.com/ASPP/2021-bordeaux-testing-debugging/blob/master/hands_on/pyanno_voting/pyanno/voting.py#L83
The text was updated successfully, but these errors were encountered: