Skip to content

Commit

Permalink
fix ERS test for new pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed May 26, 2015
1 parent 2395321 commit ea8c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sat/test_ers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_read_ssm(self):
'frozen_prob',
'snow_prob']
assert len(result.data) == 478
assert result.data.ix[15].name == datetime(1992, 1, 27, 21, 11, 42)
assert result.data.ix[15].name == datetime(1992, 1, 27, 21, 11, 42, 55)
assert result.data.ix[15]['sm'] == 57
assert result.data.ix[15]['sm_noise'] == 7
assert result.data.ix[15]['frozen_prob'] == 18
Expand Down

0 comments on commit ea8c5a5

Please sign in to comment.