Skip to content

Commit

Permalink
changes for issue 121
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Oct 7, 2019
1 parent 91f6cc6 commit ffe42c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_cftime.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,6 @@ def test_dayofwk_after_replace(date_type):
original_dayofwk = date.dayofwk
expected = (original_dayofwk + 1) % 7
result = date.replace(day=2).dayofwk
print ('dch', repr(date), original_dayofwk, expected, result, repr(date.replace(day=2)), cftime.__file__)
assert result == expected


Expand Down

0 comments on commit ffe42c6

Please sign in to comment.