Bug in mapping function
#3
by
dmrau
- opened
The code breaks because it is trying to assign the new key original_answer
to outputs
which is a list. Instead the original answer can be written to the first element of the outputs list.
dmrau
changed pull request title from
Update README.md
to Bug in mapping function