Skip to content

Commit 3c9b4be

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c4406ba commit 3c9b4be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt_xarray/tests/test_accesor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def test_stretched_grid(use_callable):
222222
dimvals = np.unique(ad[("index", dim)].d)
223223
assert np.all(dimvals == cell_centers)
224224

225+
225226
def test_load_single_field(ds_xr):
226227
flds = "a_new_field_0"
227228
ds_yt = ds_xr.yt.load_grid(flds)

0 commit comments

Comments
 (0)