mapbox / supermercado

Supercharger for mercantile
MIT License
127 stars 21 forks source link

Replace np subtract operator #27

Closed pratikyadav closed 4 years ago

pratikyadav commented 5 years ago

This PR fix the following Numpy error

TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead.
pratikyadav commented 4 years ago

Closed via https://github.com/mapbox/supermercado/pull/34