You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
The conga line structure must have
min_points
to be initialized from theFastPair
class. However, when an instance is created viaFastPair.build()
there is no assumption anymin_points
.Should we perhaps throw a warning if
min_points
are not yet met when calling.build()
?Also, here in
test_iter()
.The text was updated successfully, but these errors were encountered: