AndersonHappens

Results 2 issues of AndersonHappens

### How to reproduce these conditions **Sample name or URL where you found the bug** https://github.com/firebase/functions-samples/tree/master/stripe **Failing Function code used (including require/import commands at the top)** 'use strict'; const functions...

Running a list of tweets in self.data through sentiment_score one at a time gives different results than batching that same data in 25 or 100 at a time through sentiment_scores_of_sents....