(freq, expected)
| 214 | ], |
| 215 | ) |
| 216 | def test_closed_label_defaults(freq, expected) -> None: |
| 217 | assert CFTimeGrouper(freq=freq).closed == expected |
| 218 | assert CFTimeGrouper(freq=freq).label == expected |
| 219 | |
| 220 | |
| 221 | @pytest.mark.filterwarnings("ignore:Converting a CFTimeIndex") |
nothing calls this directly
no test coverage detected
searching dependent graphs…