Skip to content

Commit 3c16c2b

Browse files
committed
remove debug and obsolete if necessity
1 parent ce5deb5 commit 3c16c2b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tests/imaging/test_feather.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ class FeatherTest(unittest.TestCase):
2323
sd_zarr = "sd.zarr"
2424

2525
def setUp(self):
26-
import importlib.metadata
27-
print("xradio version", importlib.metadata.version("xradio"))
28-
print("grpahviper version", importlib.metadata.version("graphviper"))
26+
pass
2927

3028
def tearDown(self):
3129
for f in [
@@ -74,8 +72,7 @@ def test_feather(self):
7472
)
7573
sky_dims = list(skel_xds.dims)
7674
# the if shouldn't be necessary, but currently is for CI to pass
77-
if "beam_param" in sky_dims:
78-
sky_dims.remove("beam_param")
75+
sky_dims.remove("beam_param")
7976
coords = ["time", "frequency", "polarization", "l", "m"]
8077
sky_coords = {}
8178
for c in coords:

0 commit comments

Comments
 (0)