get_single_window_data is broken
tdsmith opened this issue · 3 comments
tdsmith commented
https://github.com/mozilla/mozanalysis/blob/master/src/mozanalysis/experiment.py#L179
That function doesn't exist in master; oops!
felixlawrence commented
Is it the case that tests don't cover this because we lost the ability to use mocks when we shifted from spark to SQL?
tdsmith commented
There's no reason we couldn't pass in a bq_context mock, I don't think.