Skip to content

Fix regressions by specifying dtype

Emanuele Roberto Nocera requested to merge fix_regressions into master

Created by: siranipour

Update in pandas to 1.3.0 meant we were reading the regressions as float64 but computing them using float32.

Merge request reports

Loading