Skip to content

Instantly share code, notes, and snippets.

@grufino
Created August 20, 2019 18:49
Show Gist options
  • Save grufino/a9c195382cfc74a8946fcb1f44abf738 to your computer and use it in GitHub Desktop.
Save grufino/a9c195382cfc74a8946fcb1f44abf738 to your computer and use it in GitHub Desktop.
test "generate list of numbers given same size input list" do
stats = [[0, 10, 20], [20, 10, 0], [10, 10, 10]]
assert MissingData.average_list(stats) == [15, 10, 15]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment