Skip to content

Removing try and except for conversion kwargs

Charlie Hoy requested to merge grab_data_kwargs_indexerror into master

The purpose of this MR is to only set f_ref = self.f_ref[0] for the conversion kwargs if len(f_ref) != len(labels) rather than setting f_ref, f_low and approx to the zeroth item.

Merge request reports