Fix regressions by specifying dtype
Created by: siranipour
Update in pandas to 1.3.0 meant we were reading the regressions as float64 but computing them using float32.
Created by: siranipour
Update in pandas to 1.3.0 meant we were reading the regressions as float64 but computing them using float32.