Skip to content

Commit 90e3f42

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yt_xarray/tests/test_xr_to_yt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def test_coord_alias_reset():
573573
xr2yt.reset_coordinate_aliases()
574574
assert "blah" not in xr2yt.known_coord_aliases
575575

576-
576+
577577
def test_reader_with_2d_space_time_and_reverse_axis():
578578

579579
# test for https://github.com/data-exp-lab/yt_xarray/issues/86
@@ -594,4 +594,3 @@ def test_reader_with_2d_space_time_and_reverse_axis():
594594
)
595595
slc = yt.SlicePlot(ds_yt, "altitude", field)
596596
assert np.all(np.isfinite(slc.frb[field]))
597-

0 commit comments

Comments
 (0)