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
Write a working implementation of the local_maxima function from slide 5:
The module test_local_maxima [1] contains tests corresponding to the examples on slide 6. Complete the last test with the last example in slide 6.
Write the implementation of the local_maxima function in the module local_maxima [2], running the tests as you go until you have code that makes all tests pass.
Clean up the code until you are happy, making sure that the tests still pass
Write a working implementation of the local_maxima function from slide 5:
The module
test_local_maxima
[1] contains tests corresponding to the examples on slide 6. Complete the last test with the last example in slide 6.Write the implementation of the local_maxima function in the module local_maxima [2], running the tests as you go until you have code that makes all tests pass.
Clean up the code until you are happy, making sure that the tests still pass
[1] https://github.com/aspp-latam/2023-mexico-testing-and-debugging/blob/master/hands_on/local_maxima/test_local_maxima.py
[2] https://github.com/aspp-latam/2023-mexico-testing-and-debugging/blob/master/hands_on/local_maxima/local_maxima.py
The text was updated successfully, but these errors were encountered: