We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6f267 commit 90e3f42Copy full SHA for 90e3f42
yt_xarray/tests/test_xr_to_yt.py
@@ -573,7 +573,7 @@ def test_coord_alias_reset():
573
xr2yt.reset_coordinate_aliases()
574
assert "blah" not in xr2yt.known_coord_aliases
575
576
-
+
577
def test_reader_with_2d_space_time_and_reverse_axis():
578
579
# 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():
594
)
595
slc = yt.SlicePlot(ds_yt, "altitude", field)
596
assert np.all(np.isfinite(slc.frb[field]))
597
0 commit comments