Skip to content

Resolve "Incorrect total score calculation"

Hugo Kerstens requested to merge 596-score-calculation into master

This MR:

  • Fixes the total score calculating by using ints instead of low-precision floats
  • Changes the dtype for strings in a DataFrame to the recommended string (See here).

Closes #596 (closed)

Merge request reports