Skip to content

Instantly share code, notes, and snippets.

@grufino
Created August 20, 2019 19:57
Show Gist options
  • Save grufino/eadb65360ea2e46d919c53cb8638ad5f to your computer and use it in GitHub Desktop.
Save grufino/eadb65360ea2e46d919c53cb8638ad5f to your computer and use it in GitHub Desktop.
test "lists of different size as input result in error" do
stats = [[0, 10, 20], [20, 10, 0], [10, 10]]
assert MissingData.average_list(stats) == :error
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment