Skip to content

Commit

Permalink
update to ensure coords are checked
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jul 5, 2019
1 parent 494ce28 commit f18ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_integration_rioxarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def test_reproject__scalar_coord():
) as xdi:
xdi_repr = xdi.squeeze().rio.reproject("epsg:3395")
for coord in xdi.coords:
assert coord in xdi_repr
assert coord in xdi_repr.coords


def test_reproject__no_nodata_masked(modis_reproject):
Expand Down

0 comments on commit f18ec26

Please sign in to comment.