()
| 115 | |
| 116 | |
| 117 | def test_kwargs(): |
| 118 | x = xr.DataArray(0) |
| 119 | result = np.add(x, 1, dtype=np.float64) |
| 120 | assert result.dtype == np.float64 |
| 121 | |
| 122 | |
| 123 | def test_xarray_defers_to_unrecognized_type(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…