()
| 1535 | |
| 1536 | |
| 1537 | def as_timedelta_not_implemented_error(): |
| 1538 | tick = Tick() |
| 1539 | with pytest.raises(NotImplementedError): |
| 1540 | tick.as_timedelta() |
| 1541 | |
| 1542 | |
| 1543 | @pytest.mark.parametrize("use_cftime", [True, False]) |
nothing calls this directly
no test coverage detected
searching dependent graphs…