Skip to content

fix(reference-quality): correctly set index on the features pandas dataframe

Muniza requested to merge mnz/reference-quality into main

The previous code was accidentally discarding the new dataframe after setting the index as, by default, it is not an in-place operation.

Merge request reports