8 Commits

Author SHA1 Message Date
Sean Gillies
7b8a45a7f8 equal_nan=True in can_cast_dtype
Resolves #1761
2019-08-26 08:56:08 -06:00
Brendan Ward
e555ccdc48 Fixed bug in get_minimum_dtype() and added tests 2017-05-26 21:57:46 -07:00
Sean Gillies
ddd274d17c Remove xfail marker on complex dtype test 2016-09-30 15:01:32 +02:00
Matthew Perry
b68548f446 add xfailing test for complex dtype 2016-06-02 07:51:41 -04:00
Brendan Ward
15772d8d33 Refactor of features tests 2015-11-08 20:25:36 -08:00
Brendan Ward
5c23850e7e consolidated checks for ndarray type 2015-07-27 20:50:22 -07:00
Sean Gillies
4e53e3ca2d Refactor to avoid unneeded numpy imports.
Closes #140.

Fairly easy because Numpy methods accept either strings like
`'uint8'` or types like `np.uint8` as dtypes. So do Rasterio
methods now.
2014-09-05 14:11:36 -06:00
Sean Gillies
943fa8e099 New layout, tests moved. 2014-09-01 22:00:56 -06:00