The conga line structure must have min_points to be initialized from the FastPair class. However, when an instance is created via FastPair.build() there is no assumption any min_points.
Should we perhaps throw a warning if min_points are not yet met when calling .build()?
Also, here in test_iter().
The conga line structure must have
min_pointsto be initialized from theFastPairclass. However, when an instance is created viaFastPair.build()there is no assumption anymin_points.Should we perhaps throw a warning if
min_pointsare not yet met when calling.build()?Also, here in
test_iter().