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
On the cell_index_test.go file the error message from the verifyCellIndexContents method related to the intersect verification has a typo and writes interact instead intersect.
t.Errorf("%s: CellID does not interect the current range: %v <= %v && %v >= %v", desc, x.cellID.RangeMin(), r.LimitID().Prev(), x.cellID.RangeMax(), r.StartID())
The text was updated successfully, but these errors were encountered:
On the cell_index_test.go file the error message from the verifyCellIndexContents method related to the intersect verification has a typo and writes interact instead intersect.
line:
geo/s2/cell_index_test.go
Line 217 in 740aa86
The text was updated successfully, but these errors were encountered: