Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Bourgault <[email protected]>
  • Loading branch information
spencerkclark and aulemahal authored Nov 7, 2023
1 parent 7738cf6 commit d154ba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion xarray/coding/cftime_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def cftime_range(
+--------+--------------------------+
| QS | Quarter-start frequency |
+--------+--------------------------+
| MS | Month-end frequency |
| ME | Month-end frequency |
+--------+--------------------------+
| MS | Month-start frequency |
+--------+--------------------------+
Expand Down
1 change: 0 additions & 1 deletion xarray/tests/test_cftime_offsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,6 @@ def test_date_range_like(start, freq, cal_src, cal_tgt, use_cftime, exp0, exp_pd

assert len(out) == 12

print(out)
if exp_pd:
assert infer_freq(out) == expected_pandas_freq
else:
Expand Down

0 comments on commit d154ba9

Please sign in to comment.