Skip to content

Conversation

@sebasto7
Copy link

@sebasto7 sebasto7 commented Sep 6, 2022

No description provided.

@pberkes
Copy link
Contributor

pberkes commented Sep 7, 2022

I think it would fail this test

def test_local_maxima_not_a_plateau():
    values = [1, 2, 2, 3, 1]
    expected = [3]
    maxima = local_maxima(values)
    assert maxima == expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants