Closed XapaJIaMnu closed 2 years ago
Typo here
https://github.com/thammegowda/mtdata/blob/ca6615a422d5ed517292cffb11a331a59b828951/mtdata/index/__init__.py#L174N
return x1 == x2 and y1 == y1
It should y1 == y2
y1 == y2
Typo here
https://github.com/thammegowda/mtdata/blob/ca6615a422d5ed517292cffb11a331a59b828951/mtdata/index/__init__.py#L174N
It should
y1 == y2