Commit 0cdfc31
committed
MNT: Avoid pandas warning
Apparently with Pandas 2.2.0 (tested in rc0) freq='H' is deprecated, in
favor of freq='h'. Since this works across our versions, go ahead and
change.1 parent bb16c0d commit 0cdfc31
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
0 commit comments