Skip to content

Commit

Permalink
TST: Update test_nc_attr_loading with values based on recent GDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Jul 6, 2020
1 parent fadc737 commit c4935c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/test_integration__io.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,5 +942,5 @@ def test_nc_attr_loading():
"units": "seconds since 2016-12-19T10:27:29.687763",
"calendar": "proleptic_gregorian",
}
assert str(rds.time.values[0]) == "2016-12-19 10:27:29"
assert str(rds.time.values[1]) == "2016-12-29 12:52:41.659696"
assert str(rds.time.values[0]) == "2016-12-19 10:27:29.687763"
assert str(rds.time.values[1]) == "2016-12-29 12:52:42.347451"

0 comments on commit c4935c1

Please sign in to comment.